JAXBDispatch didn't handle value being null in the createMessageFromValue method
--------------------------------------------------------------------------------
Key: AXIS2-2707
URL: https://issues.apache.org/jira/browse/AXIS2-2707
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: jaxws
Affects Versions: 1.3
Reporter: Lin Sun
Fix For: 1.3
Got this during my test:
Caused by: java.lang.NullPointerException
at
org.apache.axis2.jaxws.client.dispatch.JAXBDispatch.createMessageFromValue(JAXBDispatch.java:71)
I noticed that the createMessageFromValue method didn't check for NULL in
JABDispatch, but it did check for NULL in XMLDispatch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]