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 "Lori VanGulick (JIRA)" <ji...@apache.org> on 2008/07/18 18:34:31 UTC

[jira] Created: (AXIS2-3926) Exception in client-side outbound handler ignored, message proceeds to server.

Exception in client-side outbound handler ignored, message proceeds to server.
------------------------------------------------------------------------------

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


This is a jaxws CTS compliance issue.  Client-side outbound handler throws exception.  HandlerChainProcessor swallows exception due to jira AXIS2-3712.  This should be OK ... see AXIS2-3712 for details.  The problem is that processing continues on the outbound flow and the request reaches the server.  On the server-side the message now contains a SOAPFault so we end up with the following error:  "org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:9080/WSDLOWHandlerTestService/jaxws/Hello and the WSA Action ="

My fix is to have the HandlerChainProcessor continue to swallow the exception, but also return a bad result to the invoker, HandlerInvokerUtils.invokeOutboundHandlers() so that it knows not to continue sending request to server.

-- 
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-3926) Exception in client-side outbound handler ignored, message proceeds to server.

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

Lori VanGulick updated AXIS2-3926:
----------------------------------

    Attachment: AXIS2-3926.patch

> Exception in client-side outbound handler ignored, message proceeds to server.
> ------------------------------------------------------------------------------
>
>                 Key: AXIS2-3926
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3926
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>         Attachments: AXIS2-3926.patch
>
>
> This is a jaxws CTS compliance issue.  Client-side outbound handler throws exception.  HandlerChainProcessor swallows exception due to jira AXIS2-3712.  This should be OK ... see AXIS2-3712 for details.  The problem is that processing continues on the outbound flow and the request reaches the server.  On the server-side the message now contains a SOAPFault so we end up with the following error:  "org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:9080/WSDLOWHandlerTestService/jaxws/Hello and the WSA Action ="
> My fix is to have the HandlerChainProcessor continue to swallow the exception, but also return a bad result to the invoker, HandlerInvokerUtils.invokeOutboundHandlers() so that it knows not to continue sending request to server.

-- 
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-3926) Exception in client-side outbound handler ignored, message proceeds to server.

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

Mike Rheinheimer resolved AXIS2-3926.
-------------------------------------

    Resolution: Fixed

committed in rev 678532.  Thanks Lori!

> Exception in client-side outbound handler ignored, message proceeds to server.
> ------------------------------------------------------------------------------
>
>                 Key: AXIS2-3926
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3926
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>         Attachments: AXIS2-3926.patch
>
>
> This is a jaxws CTS compliance issue.  Client-side outbound handler throws exception.  HandlerChainProcessor swallows exception due to jira AXIS2-3712.  This should be OK ... see AXIS2-3712 for details.  The problem is that processing continues on the outbound flow and the request reaches the server.  On the server-side the message now contains a SOAPFault so we end up with the following error:  "org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:9080/WSDLOWHandlerTestService/jaxws/Hello and the WSA Action ="
> My fix is to have the HandlerChainProcessor continue to swallow the exception, but also return a bad result to the invoker, HandlerInvokerUtils.invokeOutboundHandlers() so that it knows not to continue sending request to server.

-- 
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] Commented: (AXIS2-3926) Exception in client-side outbound handler ignored, message proceeds to server.

Posted by "Lori VanGulick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614843#action_12614843 ] 

Lori VanGulick commented on AXIS2-3926:
---------------------------------------

Forgot to add that this happens on one-way ops only.

> Exception in client-side outbound handler ignored, message proceeds to server.
> ------------------------------------------------------------------------------
>
>                 Key: AXIS2-3926
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3926
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>         Attachments: AXIS2-3926.patch
>
>
> This is a jaxws CTS compliance issue.  Client-side outbound handler throws exception.  HandlerChainProcessor swallows exception due to jira AXIS2-3712.  This should be OK ... see AXIS2-3712 for details.  The problem is that processing continues on the outbound flow and the request reaches the server.  On the server-side the message now contains a SOAPFault so we end up with the following error:  "org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:9080/WSDLOWHandlerTestService/jaxws/Hello and the WSA Action ="
> My fix is to have the HandlerChainProcessor continue to swallow the exception, but also return a bad result to the invoker, HandlerInvokerUtils.invokeOutboundHandlers() so that it knows not to continue sending request to server.

-- 
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] Closed: (AXIS2-3926) Exception in client-side outbound handler ignored, message proceeds to server.

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

Mike Rheinheimer closed AXIS2-3926.
-----------------------------------


> Exception in client-side outbound handler ignored, message proceeds to server.
> ------------------------------------------------------------------------------
>
>                 Key: AXIS2-3926
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3926
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>         Attachments: AXIS2-3926.patch
>
>
> This is a jaxws CTS compliance issue.  Client-side outbound handler throws exception.  HandlerChainProcessor swallows exception due to jira AXIS2-3712.  This should be OK ... see AXIS2-3712 for details.  The problem is that processing continues on the outbound flow and the request reaches the server.  On the server-side the message now contains a SOAPFault so we end up with the following error:  "org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:9080/WSDLOWHandlerTestService/jaxws/Hello and the WSA Action ="
> My fix is to have the HandlerChainProcessor continue to swallow the exception, but also return a bad result to the invoker, HandlerInvokerUtils.invokeOutboundHandlers() so that it knows not to continue sending request to server.

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