[ https://issues.apache.org/jira/browse/CXF-5811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Roland Mueller updated CXF-5811: -------------------------------- Environment: java version "1.7.0_60" Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) Summary: Client fails with UnmarshalException if WSS4JInInterceptor is used (was: Client fails with UnmarshalException if WSS4J interceptor is used) > Client fails with UnmarshalException if WSS4JInInterceptor 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.9, 2.7.11 > Environment: java version "1.7.0_60" > Java(TM) SE Runtime Environment (build 1.7.0_60-b19) > Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) > Reporter: Roland Mueller > Attachments: cxf-test.zip > > > 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)