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