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/04/25 07:20:31 UTC

DO NOT REPLY [Bug 19290] - AxisFault.getCause() NPEs on client

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

AxisFault.getCause() NPEs on client

stevel@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From stevel@apache.org  2003-04-25 05:20 -------
not a bug. getCause is the java1.4 nesting stuff, nothing to do with Axis
per-se. its null client side because there is no nested throwable at that point
in space and time. 

added tests to verify that toString() and getFaultText() arent null on an
exception without a stack trace.