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/03/17 15:53:34 UTC

DO NOT REPLY [Bug 18067] New: - Java2WSDL printUsage method has hardcoded class name

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

Java2WSDL printUsage method has hardcoded class name

           Summary: Java2WSDL printUsage method has hardcoded class name
           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: antelder@apache.org


The Java2WSDL tool printUsage method has the class name hardcoded as
Java2WSDL.class.

This makes it harder for WSIF nick all Java2WSDLs functionality by subclassing
it  and passing it off as our own work. WSDL2Java gets this right by using getClass.

Patch attached to use getClass.

   ...ant