adb generated code doesn't handle empty elements
------------------------------------------------

                 Key: AXIS2C-1271
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1271
             Project: Axis2-C
          Issue Type: Bug
          Components: code generation
    Affects Versions: Current (Nightly)
            Reporter: Eric Haszlakiewicz
         Attachments: CADBBeanTemplate.diff

The deserialize code generated by wsdl2c doesn't correctly handle elements that 
have no content and treats them as if they weren't present at all.  The 
attached patch fixes this.  The patch also includes a number of changes to 
handle const strings more correctly which were needed to deal with the use of 
the zero length string constant.  Also, it fixes the prototypes of the 
<foo>_is_particle functions so the code can compile with warnings turned on.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to