You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2007/05/24 20:01:16 UTC

[jira] Created: (AXIS2-2707) JAXBDispatch didn't handle value being null in the createMessageFromValue method

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2707) JAXBDispatch didn't handle value being null in the createMessageFromValue method

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-2707.
-------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3)

Fixed in svn revision 541530

thanks,
dims

> 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
>         Attachments: Axis2-2707.patch
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2707) JAXBDispatch didn't handle value being null in the createMessageFromValue method

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun updated AXIS2-2707:
---------------------------

    Attachment: Axis2-2707.patch

This patch has fixed for the prob for me.  I'd appreciate if someone could review + possibly commit it.  Lin

> 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
>
>         Attachments: Axis2-2707.patch
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org