You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/09/10 17:35:02 UTC

DO NOT REPLY [Bug 12485] New: - JavaWriter throws IOException when writing Faults - that's BAD

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=12485>.
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=12485

JavaWriter throws IOException when writing Faults - that's BAD

           Summary: JavaWriter throws IOException when writing Faults -
                    that's BAD
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: agrawal@lucent.com


JavaWriter's generate() throws an IOException when it discovers a duplicate 
file when checking isFileGenerated.  This works ok for everything except for 
faults since it is in a loop.  So the moment it finds a duplicate class, none 
of the other fault classes get generated.