Axiom NPE
---------
Key: WSCOMMONS-130
URL: http://issues.apache.org/jira/browse/WSCOMMONS-130
Project: WS-Commons
Issue Type: Bug
Reporter: Rich Scheuerle
I am will be adding a simple fix to get around the following NPE.
The code is attempting to access an OMNamespace that is null.
java.lang.NullPointerException
at
org.apache.axiom.om.impl.llom.OMStAXWrapper.addNamespaceToMap(OMStAXWrapper.java:1298)
at
org.apache.axiom.om.impl.llom.OMStAXWrapper.getAllNamespaces(OMStAXWrapper.java:1287)
at
org.apache.axiom.om.impl.llom.OMStAXWrapper.getNamespaceContext(OMStAXWrapper.java:1023)
at
com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:125)
at
com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:332)
at
com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:304)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]