You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jervis Liu (JIRA)" <ji...@apache.org> on 2007/05/31 10:10:16 UTC

[jira] Commented: (CXF-694) JaxWs Client side handler execution

    [ https://issues.apache.org/jira/browse/CXF-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500313 ] 

Jervis Liu commented on CXF-694:
--------------------------------

Hasnt this been fixed already? see test case: HandlerInvocationTest.testLogicalHandlerHandleMessageReturnFalseClientInBound()

If this is not the case, could you please provide a test case? 

> JaxWs Client side handler execution
> -----------------------------------
>
>                 Key: CXF-694
>                 URL: https://issues.apache.org/jira/browse/CXF-694
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-RC
>            Reporter: Bharath Ganesh
>            Assignee: Jervis Liu
>
> While a JAX-WS client side handler returns false for an inbound message, the next handler in the chain should not be invoked. 
> Assume the handler execution for an inbound message is H3 -> H2 -> H1 on the client side, if H2 returns false, H1 should not be invoked. 

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