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=8191>. 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=8191 WSDLException when using Emitter twice and java.lang namespace [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2002-04-17 17:22 ------- I am looking at this. Could you tell explain the following in more detail. 2. Why include java.lang namespace in the WSDL anyway? The Emitter does this because one of our methods throws one of our own Exception classes and so the Emitter includes the whole inheritence tree of this Exception class up to Throwable. If it would throw java.lang.Exception, then the Emitter would not do this.