[ http://issues.apache.org/jira/browse/AXIS2-1045?page=comments#action_12429379 ] Davanum Srinivas commented on AXIS2-1045: -----------------------------------------
Fabian, latest patch does not seem to have any changes for XMLBeanTemplate.xsl :( Could you please open a new JIRA report and submit a new patch that covers both templates? (run "svn diff" from the root directory). Yes, please do mention the old bug #'s. thanks, dims > Support for attribute use flag > ------------------------------ > > Key: AXIS2-1045 > URL: http://issues.apache.org/jira/browse/AXIS2-1045 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: wsdl > Reporter: Fabian Christ > Priority: Blocker > Attachments: ADBBeanTemplate.xsl.optional.patch, axis2-patch.patch, > patch-optional-attr.zip, SchemaCompiler.java.optional.patch > > > Hi, > if you have an attribute like > <xsd:attribute name="TestOptional" type="xsd:string" use="optional"/> > the "use" flag is not handled and thus the attribute becomes never optional > in the generated code. If you don“t set this attribute you get a > NullPointerException when the attribute is serialized - the attribute is > null. This is critical to me since I have to use many optional attributes. > - Fabian -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
