I'm running junit on a class that is configured for cxf. I get this error Caused by: org.apache.cxf.bus.extension.ExtensionException: Could not load extension class org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl. when I ask Spring to retrieve the instance on he class. maven dependency includes cxf 2.7.4 (cxf-rt-ws-policy-2.7.4.jar) and I see neethi 3.0.2.jar is also included. Another post mentioned an issue if neethi 2.x was used with cxf 2.x. but this is not my case.
相关问题
- Null Pointer Exception in WSDServiceFactory - Apac
- Specification and correct use of (boolean) URI mat
- How do you call a web service in Java with only XS
- Restful service with CXF and Kerberos authenticati
- How to generate client code using wsdl2java throug
相关文章
- Test the error code of a custom exception with JUn
- JUnit4 and JUnit5 tests not running in IntelliJ
- Will the 'finally' block fire even after a
- Sign and Encrypt SOAP Messages with Apache CXF
- How can I prevent Apache CXF from sending a respon
-
WebService Client and List
- How to disable chunking in cxf webservice on serve
- cxf inbound and outbound message logging to the se