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 "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2007/02/01 18:32:05 UTC

[jira] Created: (AXIS2-2077) JAX-WS Problem unmarshalling SOAPFaultExcpetion with detail

JAX-WS Problem unmarshalling SOAPFaultExcpetion with detail
-----------------------------------------------------------

                 Key: AXIS2-2077
                 URL: https://issues.apache.org/jira/browse/AXIS2-2077
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Rich Scheuerle


Scenario:

Service throws a SOAPFaultException with a detail containing a single detail element. 

Client tries to unmarshall the detail using the JAXBContext.  An unmarshall exception is thrown.

Solution:
The client code should determine that this is a JAX-WS service exception before doing the unmarshall.

I have a fix and updated code which I will integrate shortly.

-- 
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] Assigned: (AXIS2-2077) JAX-WS Problem unmarshalling SOAPFaultExcpetion with detail

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

Rich Scheuerle reassigned AXIS2-2077:
-------------------------------------

    Assignee: Rich Scheuerle

> JAX-WS Problem unmarshalling SOAPFaultExcpetion with detail
> -----------------------------------------------------------
>
>                 Key: AXIS2-2077
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2077
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>
> Scenario:
> Service throws a SOAPFaultException with a detail containing a single detail element. 
> Client tries to unmarshall the detail using the JAXBContext.  An unmarshall exception is thrown.
> Solution:
> The client code should determine that this is a JAX-WS service exception before doing the unmarshall.
> I have a fix and updated code which I will integrate shortly.

-- 
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-2077) JAX-WS Problem unmarshalling SOAPFaultExcpetion with detail

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

Rich Scheuerle updated AXIS2-2077:
----------------------------------

    Attachment: patch.txt

> JAX-WS Problem unmarshalling SOAPFaultExcpetion with detail
> -----------------------------------------------------------
>
>                 Key: AXIS2-2077
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2077
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> Scenario:
> Service throws a SOAPFaultException with a detail containing a single detail element. 
> Client tries to unmarshall the detail using the JAXBContext.  An unmarshall exception is thrown.
> Solution:
> The client code should determine that this is a JAX-WS service exception before doing the unmarshall.
> I have a fix and updated code which I will integrate shortly.

-- 
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-2077) JAX-WS Problem unmarshalling SOAPFaultException with detail

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

Rich Scheuerle resolved AXIS2-2077.
-----------------------------------

    Resolution: Fixed

> JAX-WS Problem unmarshalling SOAPFaultException with detail
> -----------------------------------------------------------
>
>                 Key: AXIS2-2077
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2077
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> Scenario:
> Service throws a SOAPFaultException with a detail containing a single detail element. 
> Client tries to unmarshall the detail using the JAXBContext.  An unmarshall exception is thrown.
> Solution:
> The client code should determine that this is a JAX-WS service exception before doing the unmarshall.
> I have a fix and updated code which I will integrate shortly.

-- 
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-2077) JAX-WS Problem unmarshalling SOAPFaultException with detail

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

Rich Scheuerle updated AXIS2-2077:
----------------------------------

    Summary: JAX-WS Problem unmarshalling SOAPFaultException with detail  (was: JAX-WS Problem unmarshalling SOAPFaultExcpetion with detail)

> JAX-WS Problem unmarshalling SOAPFaultException with detail
> -----------------------------------------------------------
>
>                 Key: AXIS2-2077
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2077
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> Scenario:
> Service throws a SOAPFaultException with a detail containing a single detail element. 
> Client tries to unmarshall the detail using the JAXBContext.  An unmarshall exception is thrown.
> Solution:
> The client code should determine that this is a JAX-WS service exception before doing the unmarshall.
> I have a fix and updated code which I will integrate shortly.

-- 
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