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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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
