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/11/16 00:51:26 UTC

DO NOT REPLY [Bug 14602] - SOAPPart.setCurrentForm serializes complete message when debug is not enabled

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

SOAPPart.setCurrentForm serializes complete message when debug is not enabled

Eric.D.Friedman@wellsfargo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Major



------- Additional Comments From Eric.D.Friedman@wellsfargo.com  2002-11-15 23:51 -------
The attempt to log the object will actually cause an exception to be thrown if
the AxisEngine was configured with a non-default EngineConfiguration.  It
appears that the toString() method used in the call to debug log uses a
different TypeMapping than the AxisEngine itself (apparently the default one),
and so cannot find the mapping from the *real* EngineConfiguration.