This content has been marked as final.
Show 3 replies
-
1. Re: SOAP message logging
jamezp Sep 17, 2012 5:55 PM (in response to bohemius)This is just a guess, but try org.jboss.ws.core for the category. I'm not sure how the loggers are defined.
--
James R. Perkins
-
2. Re: SOAP message logging
bohemius Sep 18, 2012 7:28 AM (in response to jamezp)We have tried this amongst other things to no avail. The search for answers continues
Thx
Jirka
-
3. Re: SOAP message logging
vrlgohel Sep 25, 2012 5:29 AM (in response to bohemius)Hi,
You need to place the following below code in the standalone.xml/domain.xml after the 'extensions'
<system-properties>
<property name="org.apache.cxf.logging.enabled" value="true"/>
</system-properties>