Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.9, 2.7.11
-
None
-
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)
-
Unknown
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
CXF-5753 Unmarshalling error is thrown with CXF 2.7.9 (and later versions) when a JAXWS handler is configured.
- Closed