You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rodrigo Ruiz (JIRA)" <ax...@ws.apache.org> on 2005/07/28 15:27:20 UTC

[jira] Created: (AXIS-2151) Helper classes are not generated for Enumerations although -H is used

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