Get rid of e.printStackTrace() from the code
--------------------------------------------
Key: ODE-928
URL: https://issues.apache.org/jira/browse/ODE-928
Project: ODE
Issue Type: Improvement
Components: BPEL Runtime
Affects Versions: 1.3.5
Reporter: Mateusz Nowakowski
Priority: Minor
Fix For: 1.4
For example
org.apache.ode.bpel.elang.xpath20.runtime.JaxpFunctionResolver
has the following snippet:
{code}
__log.error("Could not transform XSL sheet " + args.get(0) + " on element " +
DOMUtils.domToString(varElmt), e);
e.printStackTrace();
throw new XPathFunctionException(new
FaultException(_oxpath.getOwner().constants.qnSubLanguageExecutionFault,
e.toString()));
{code}
Please remove e.printStackTrace() from any place, especially from the places
like here.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira