wsdl2java does not generate enums with values that start with underscore or
integers
------------------------------------------------------------------------------------
Key: CXF-1865
URL: https://issues.apache.org/jira/browse/CXF-1865
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 2.1.2
Environment: windows xp
Reporter: Ed Wei
If I have a simple type definition similar to the following, no enum class gets
generated.
<xs:simpleType name='MyEnumType'>
<xs:restriction base='xs:string'>
<xs:enumeration value='_VALUE_1'>
<xs:enumeration value='2_VALUE_2'/>
</xs:restriction>
</xs:simpleType>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.