Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 8466 invoked by uid 500); 18 Apr 2002 13:21:21 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 8455 invoked from network); 18 Apr 2002 13:21:21 -0000 Date: 18 Apr 2002 13:21:13 -0000 Message-ID: <20020418132113.7503.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 8191] - WSDLException when using Emitter twice and java.lang namespace X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 ------- Additional Comments From thomas@boerkel.de 2002-04-18 13:21 ------- I will attach P2DBException.java and .class, but this depends on many other classes of our framework, so I am not sure, if Axis can generate WSDL without those. ae is not a parameter in any constructor! stackTrace, source and ae are all private member variables! .NET does not generate anything for P2DBException or java.lang.Throwable and it issues no warning. It just completely ignores exceptions in the WSDL. I will also attach the generated C# code. I don't think, it's a good idea, if the Emitter throws an exception while trying to generate the WSDL, it should rather ignore stuff that cannot go into the WSDL. And how is this related to the fact that the WSDLException only occurs if the same Emitter is used twice?