[
https://issues.apache.org/jira/browse/AXIS2-5319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281542#comment-13281542
]
Hudson commented on AXIS2-5319:
-------------------------------
Integrated in Axis2 #1504 (See [https://builds.apache.org/job/Axis2/1504/])
Applied patch for AXIS2-5319. (Revision 1341805)
Result = SUCCESS
sagara :
Files :
*
/axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/typemap/JavaTypeMap.java
> wsdl2java ignores anySimpleType attributes/elements
> ---------------------------------------------------
>
> Key: AXIS2-5319
> URL: https://issues.apache.org/jira/browse/AXIS2-5319
> Project: Axis2
> Issue Type: Bug
> Components: codegen
> Affects Versions: 1.6.0, 1.6.2
> Environment: Ubuntu 10.10, Tomcat v6, JDK 1.6.0_26
> Reporter: Vilnis Termanis
> Labels: adb-codegen, anysimpletype, attributes, wsdl2java
> Fix For: 1.5.7, 1.7.0, 1.6.3
>
> Attachments: anysimpletype.patch
>
>
> If input wsdl/xsd includes at least one attribute/element of type
> anySimpleType, e.g:
> <xs:complexType name="MyType">
> <xs:sequence />
> <xs:attribute name="name" type="xs:string" use="required" />
> <xs:attribute name="another" type="xs:anySimpleType" />
> <xs:attribute name="another2" type="xs:string" />
> </xs:complexType>
> .. then wsdl2java generated MyType.java contains "name" & "another2" but not
> "another" variable.
--
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]