-
Bug
-
Resolution: Done
-
Critical
-
jbossws-cxf-5.2.0.Final
-
None
-
None
SOAP logging stopped working with WildFly 12 / JBossWS 5.2.0.Final (Apache CXF 3.2.2)
This is working with WildFly 11 / JBossWS 5.1.9.Final (Apache CXF 3.1.12)
wildfly-11.0.0.Final/bin/standalone.sh -Dorg.apache.cxf.logging.enabled=pretty wildfly-12.0.0.Final/bin/standalone.sh -Dorg.apache.cxf.logging.enabled=pretty
Seems that logging feature is not activated, I tried also org.apache.cxf.logging.enabled=true.
It can be related to https://github.com/apache/cxf/commit/54e7c58d5449d5f91879674598fe1b1ee339a272 changes where logging was refactored and new LoggingBusLifecycleListener was introduced.
I used https://github.com/wildfly/quickstart/tree/master/helloworld-ws app ++ SoapUI for quick check.
- is related to
-
JBWS-4105 Move to latest CXF message logging mechanism
- Resolved