Roland Mueller created CXF-5811: ----------------------------------- Summary: Client fails with UnmarshalException if WSS4J interceptor is used Key: CXF-5811 URL: https://issues.apache.org/jira/browse/CXF-5811 Project: CXF Issue Type: Bug Components: JAX-WS Runtime, WS-* Components Affects Versions: 2.7.11, 2.7.9 Reporter: Roland Mueller
I have CXF client which fails if the WSS4JInInterceptor is enabled. I will attach a sample project to show the problem. Using CXF 2.7.8 (configurable via cxf.version in pom.xml), everything works well. Beginning with CXF 2.7.9, I get a UnmarshalException. The sample contains a schema-valid mock response that is requested in a JUnit test which can be run via "mvn clean install". You can also run a mock service: "mvn jetty:run". >From what I found out, the error seems to be caused by the code changes in >CXF-5527. -- This message was sent by Atlassian JIRA (v6.2#6252)