reta commented on code in PR #2807:
URL: https://github.com/apache/cxf/pull/2807#discussion_r2698831445
##########
distribution/src/main/release/samples/ws_security/sign_enc_policy/src/main/resources/ServiceConfig.xml:
##########
@@ -30,7 +30,7 @@
xsi:schemaLocation="http://cxf.apache.org/core
http://cxf.apache.org/schemas/core.xsd
http://cxf.apache.org/configuration/security
http://cxf.apache.org/schemas/configuration/security.xsd
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
http://cxf.apache.org/transports/http/configuration
http://cxf.apache.org/schemas/configuration/http-conf.xsd
http://cxf.apache.org/transports/http-jetty/configuration
http://cxf.apache.org/schemas/configuration/http-jetty.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<cxf:bus>
<cxf:features>
- <cxf:logging/>
Review Comment:
Thanks @coheigea , the difficulty here is that `cxf:logging` is managed by
`cxf-core` (where old logging feature lived), whereas new logging feature is in
separate (optional) module.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]