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=7311>. 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=7311 WSDL2Java generates wrong code [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-03-28 13:38 ------- I've fixed the compilation error, which should get you past the immediate problem. Since that's what this bug was about, I'll mark it as fixed. But I suspect there may be a roundtripping problem waiting in the wings, so if you find runtime problems with Java methods that throw java.lang.Exception, please reopen the bug. Personally, it's poor programming practice to catch java.lang.Exception. It rather defeats the purpose of Java explicitly requiring you to list the exceptions a method may throw.