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 2002/10/18 23:35:17 UTC

DO NOT REPLY [Bug 13774] New: - WSDL2Java Patch

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

WSDL2Java Patch

           Summary: WSDL2Java Patch
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: douglas.bitting@agile.com


Hi.

I put together my own GeneratorFactory to use with WSDL2Java.  However, I 
simply wanted to subclass JavaGeneratorFactory, which wasn't working since
the current behavior calls the noarg constructor.  This patch ensures that 
custom GeneratorFactories are initialized with an Emitter if they have a
constructor which accepts and Emitter.

See attached patch file.