[jbossws-issues] [JBoss JIRA] Commented: (JBWS-3135) WSTF Scenario 3 - Asynch 02 test case failure

Jim Ma (JIRA) jira-events at lists.jboss.org
Wed Dec 15 00:32:52 EST 2010


    [ https://issues.jboss.org/browse/JBWS-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570241#comment-12570241 ] 

Jim Ma commented on JBWS-3135:
------------------------------

This failure is caused by the soap fault message for an one way operation is discarded in CXF.  There is OneWayDecoupledFaultHandler in CXF to enable send soap fault message to the decoupled endpoint for one way operation. We can simply add an interceptor to enable the OneWayDecoupledFaultHandler to send the fault message to another endpoint. 

> WSTF Scenario 3 - Asynch 02 test case failure
> ---------------------------------------------
>
>                 Key: JBWS-3135
>                 URL: https://issues.jboss.org/browse/JBWS-3135
>             Project: JBoss Web Services
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf
>            Reporter: Alessio Soldano
>            Assignee: Jim Ma
>             Fix For: jbossws-cxf-3.4.1
>
>
> The second test of the SC003 Asynch tests groups (testSc003Asynch_2 : faulting notify, MEP= OneWay, Exception=Yes, MU=no) is currently failing with jbossws-cxf stack. The reason seems to me to be in Apache CXF basically not running the out fault chain for oneway MEP.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list