All printStackTrace() calls should be removed
---------------------------------------------

         Key: AXIS2-211
         URL: http://issues.apache.org/jira/browse/AXIS2-211
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
    Reporter: Tom Jordahl
    Priority: Minor


Recently some code was checked in to the Axis2 tree that included code like the 
following:

catch (Exception e) {
  e.printStackTrace();
  throw new BadThingHappened();
}

Printing the stack trace to stdout is not nice when Axis is embeded in to some 
other system.  The trace should either be logged or ignored and the original 
exception should probably be preserved in the newly throw exception.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to