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 2010/10/19 16:51:28 UTC

[jira] Created: (AXIS2-4857) JAX-WS: The inbound handlers are not saving the caused by exception

JAX-WS: The inbound handlers are not saving the caused by exception
-------------------------------------------------------------------

                 Key: AXIS2-4857
                 URL: https://issues.apache.org/jira/browse/AXIS2-4857
             Project: Axis2
          Issue Type: Bug
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle


History:
The JAX-WS outbound and endpoint dispatch code capture exceptions in a "caused by exception" property.  This information can then be accessed later for debugging or failure analysis.

Problem:
This JAX-WS inbound handler processing is not catching or setting the "caused by exception" property.  As a result we lack sufficient trace information if an error occurs during inbound JAX-WS handler processing.

Solution:
I am adding this small change, and I am adding a validation test.

I am currently in the final stages of testing.  I will likely commit these changes later today.

Rich

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


[jira] Resolved: (AXIS2-4857) JAX-WS: The inbound handlers are not saving the caused by exception

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

Rich Scheuerle resolved AXIS2-4857.
-----------------------------------

    Resolution: Fixed

> JAX-WS: The inbound handlers are not saving the caused by exception
> -------------------------------------------------------------------
>
>                 Key: AXIS2-4857
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4857
>             Project: Axis2
>          Issue Type: Bug
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> History:
> The JAX-WS outbound and endpoint dispatch code capture exceptions in a "caused by exception" property.  This information can then be accessed later for debugging or failure analysis.
> Problem:
> This JAX-WS inbound handler processing is not catching or setting the "caused by exception" property.  As a result we lack sufficient trace information if an error occurs during inbound JAX-WS handler processing.
> Solution:
> I am adding this small change, and I am adding a validation test.
> I am currently in the final stages of testing.  I will likely commit these changes later today.
> Rich

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