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/04/10 19:10:55 UTC

DO NOT REPLY [Bug 18911] New: - generated classes in java.lang.*

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

generated classes in java.lang.* 

           Summary: generated classes in java.lang.*
           Product: Axis
           Version: 1.1rc2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: Andre.Kramer@computer.org


wsdl2java generates standard holder classes in package java.lang.holders.

This is bad for two reasons:

- only the JCP can define API in the java.* packages. java.* is reserved.

- it's hard to get java/lang/holders/*.class on the classpath (needs to be part 
of system class path).

Could wsdl2j generate the classes in a non java package? e.g. 
axis.holders.StringArrayHolder?

Everything else seems to work ok if the generated classes are manually renamed.

thanks,
Andre