https://issues.apache.org/bugzilla/show_bug.cgi?id=46404





--- Comment #3 from Hanno Neuer <[email protected]>  2009-02-25 07:39:54 
PST ---
After further investigations I was able to track down the problem. The
AxisFault class itself tries to make logging statements when its
'printStackTrace' method is called.
I changed the ThrowableInformation class to create the string representation of
the Throwable in the constructor, so when the information is needed while
logging is done no further call to 'printStackTrace' is neccessary which solves
the above problem.

Please review the changes, the new version of the class is in the attachment.


Regards,
Hanno

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to