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 bu...@apache.org on 2003/10/18 00:55:21 UTC

DO NOT REPLY [Bug 19069] - WSDL2Java generates code with does not compile

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=19069>.
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=19069

WSDL2Java generates code with does not compile





------- Additional Comments From Eric.D.Friedman@wellsfargo.com  2003-10-17 22:55 -------
The issue in this bug is that beans generated for enumerations should always be accessed
through the public static method that returns singletons, not by creating new instances.
The types that use those enumerations need to respect that part of the interface.