You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Bharath Ganesh (JIRA)" <ji...@apache.org> on 2007/05/29 15:13:15 UTC

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

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


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.


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

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

Jervis Liu reassigned CXF-694:
------------------------------

    Assignee: Jervis Liu

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


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

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

Daniel Kulp resolved CXF-694.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

> 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
>             Fix For: 2.0
>
>
> 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.


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

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
    [ 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.