[
https://issues.apache.org/jira/browse/AXIS2-4193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415973#comment-13415973
]
Hudson commented on AXIS2-4193:
-------------------------------
Integrated in Axis2 #1640 (See [https://builds.apache.org/job/Axis2/1640/])
Fixed AXIS2-4193.
- Added support to generate code for types with nested extensions.
- Make sure mergeBeanWriterMetaInfoHolderForRestriction() method only apply for
restrictions.
- Improved XSD extension test coverage. (Revision 1362377)
Result = FAILURE
sagara :
Files :
*
/axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/SchemaCompiler.java
*
/axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/writer/JavaBeanWriter.java
*
/axis/axis2/java/core/trunk/modules/adb-codegen/test-resources/testsuite/extensions.xsd
*
/axis/axis2/java/core/trunk/modules/adb-codegen/test/org/apache/axis2/schema/extension/SimpleExtensionTest.java
> WSDL2JAVA no setters in ADBBean
> -------------------------------
>
> Key: AXIS2-4193
> URL: https://issues.apache.org/jira/browse/AXIS2-4193
> Project: Axis2
> Issue Type: Bug
> Components: adb, codegen
> Affects Versions: 1.4.1
> Reporter: Roger Niederland
> Assignee: Sagara Gunathunga
> Fix For: 1.7.0, 1.6.3
>
> Attachments: SchemaCompiler.java.patch, SoapService.wsdl, gencode.zip
>
>
> Generating java classes using wsdl2java (as ADBBeans) (Axis2 version 1.4.1)
> on WSDL containing the following information:
> <xs:complexType name="PaymentAmount">
> <xs:simpleContent>
> <xs:extension base="tns:Amount"/>
> </xs:simpleContent>
> </xs:complexType>
> <xs:complexType name="Amount">
> <xs:simpleContent>
> <xs:extension base="xs:decimal">
> <xs:attribute name="currency" type="tns:currency"
> use="required"/>
> </xs:extension>
> </xs:simpleContent>
> </xs:complexType>
> The generated PaymentAmount class has no setter or getter methods.
> The generated Amount class has as expected setter and getter method for
> Currency and Decimal.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.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]