DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10198>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10198 TCK:Enumeration of xsd:integer is broken Summary: TCK:Enumeration of xsd:integer is broken Product: Axis Version: beta-2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] wsdl containing an enumeration type like the following: <simpleType name="enumFoo"> <restriction base="xsd:integer"> <enumeration value="1" /> <enumeration value="2" /> </restriction> </simpleType> should be mapped to an Java "enumeration" class according to the JSR 101 specification. Instead it is being mapped to a class the implements "SimpleType".