-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.2.1.GA
-
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>
-->
- is incorporated by
-
JBPAPP-325 Update example for JBossWS Message TRACE in jboss-log4j.xml
- Closed