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 "Sergey Vladimirov (JIRA)" <ji...@apache.org> on 2009/02/26 13:31:02 UTC

[jira] Created: (AXIS2-4255) Cause IOException is lost in URLBasedAxisConfigurator::getAxisConfiguration()

Cause IOException is lost in URLBasedAxisConfigurator::getAxisConfiguration()
-----------------------------------------------------------------------------

                 Key: AXIS2-4255
                 URL: https://issues.apache.org/jira/browse/AXIS2-4255
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: deployment
    Affects Versions: 1.5
            Reporter: Sergey Vladimirov
            Priority: Trivial
             Fix For: 1.5


If IOException occurs, new AxisFault(e.getMessage()) is called, but should new AxisFault(e) to be called to preserve exception root cause information

(i have strange error about missing TCP transport while i'm using only HTTP, and i can't figure where and why exactly - because of missing root exception)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2-4255) Cause IOException is lost in URLBasedAxisConfigurator::getAxisConfiguration()

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

Deepal Jayasinghe updated AXIS2-4255:
-------------------------------------

    Fix Version/s:     (was: 1.5)
                   nightly

> Cause IOException is lost in URLBasedAxisConfigurator::getAxisConfiguration()
> -----------------------------------------------------------------------------
>
>                 Key: AXIS2-4255
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4255
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>    Affects Versions: 1.5
>            Reporter: Sergey Vladimirov
>            Priority: Trivial
>             Fix For: nightly
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> If IOException occurs, new AxisFault(e.getMessage()) is called, but should new AxisFault(e) to be called to preserve exception root cause information
> (i have strange error about missing TCP transport while i'm using only HTTP, and i can't figure where and why exactly - because of missing root exception)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.