Helper classes are not generated for Enumerations although -H is used
---------------------------------------------------------------------
Key: AXIS-2151
URL: http://issues.apache.org/jira/browse/AXIS-2151
Project: Apache Axis
Type: Bug
Components: WSDL processing
Versions: 1.2.1
Reporter: Rodrigo Ruiz
JavaBeanWriter takes care of generating a separated helper class when the -H
flag is specified on the WSDL2Java command-line.
JavaEnumTypeWriter, instead, hardcodes the helper staff into the generated
class. This means that no separated Helper class is generated for enumerations.
This causes de/serialization problems when the bean stubs are not generated
(because the classes already exist)
--
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