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 2003/01/15 16:28:36 UTC

DO NOT REPLY [Bug 16110] New: - Fault Code empty on the client if AxisFault is subclassed

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

Fault Code empty on the client if AxisFault is subclassed

           Summary: Fault Code empty on the client if AxisFault is
                    subclassed
           Product: Axis
           Version: 1.1beta
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: dlogan@veritas.com


If I have a service that throws an AxisFault all works fine. 

If I subclass AxisFault, and throw that exception from my service, the 
faultCode is blank, when caught in the client.