-
Task
-
Resolution: Done
-
Major
-
4.2.0.GA, 4.2.0.GA_CP01
-
None
The current example for JBossWS message logging is: -
<!-- Enable JBossWS message tracing
<category name="jbossws.SOAPMessage">
<priority value="TRACE"/>
</category>
-->
However the category has been changed so the example needs to be changed to: -
<!-- Enable JBossWS message tracing
<category name="org.jboss.ws.core.MessageTrace">
<priority value="TRACE"/>
</category>
-->
- incorporates
-
JBAS-4680 Update example for JBossWS Message TRACE in jboss-log4j.xml
- Closed