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 ------- Additional Comments From [EMAIL PROTECTED] 2002-04-18 09:34 ------- That field ae is a private instance variable in the class P2DBException. Why include it in the WSDL? .NET completely ignores ae, it's not in the generated proxy file. And there is also no Throwable being generated. OK, since Exceptions are being ignored by .NET, that's fine with me, I just wanted to mention this (IMHO) strange behavior of the Emitter. Do I understand it correctly, that the Emitter cannot generate WSDL anymore now (No Serializer Exception) for my class, that throws P2DBException? That would be unfortunate. But the real reason for this bug report was the problem when using the same Emitter twice. That can't be invalid, right?