-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.0
-
None
-
An IllegalArgumentException is being thrown when creating a QName internally while using OpenSAML with the CXF stack. This is fixed by backporting CXF-2575.
-
Documented as Resolved Issue
When using OpenSAML with the CXF version distributed with JBoss EAP the following error is reported: -
Caused by: java.lang.IllegalArgumentException: Local part not allowed to be null
at javax.xml.namespace.QName.<init>(QName.java:85)
at javax.xml.namespace.QName.<init>(QName.java:70)
at org.opensaml.xml.util.XMLHelper.constructQName(XMLHelper.java:435)
at org.opensaml.xml.util.XMLHelper.getNodeQName(XMLHelper.java:173)
at org.opensaml.xml.io.AbstractXMLObjectUnmarshaller.unmarshallAttribute(AbstractXMLObjectUnmarshaller.java:215)
at org.opensaml.xml.io.AbstractXMLObjectUnmarshaller.unmarshall(AbstractXMLObjectUnmarshaller.java:107)
This issue was fixed in the CXF repository in revision r918058
- blocks
-
JBPAPP-5452 Release and Upgrade Apache CXF
- Closed