You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Liu Cong (JIRA)" <ji...@apache.org> on 2009/07/26 16:27:14 UTC

[jira] Issue Comment Edited: (CXF-2265) JMS Test Suite.

    [ https://issues.apache.org/jira/browse/CXF-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735384#action_12735384 ] 

Liu Cong edited comment on CXF-2265 at 7/26/09 7:26 AM:
--------------------------------------------------------

A test suite test patch. 
The list of changes is as follows:
    (1) Some SOAPFault processing int cxf-rt-bindings-soap subproject.
    (2) To generate the CorrelationID in the client of jms transport according to the following rules. And I change the systest for the correlationid according to this.

        userCID -> userCID
        userCID + conduitSelectorPrefix -> userCID
        userCID + conduitSelectorPrefix + useConduitIdSelector(true) -> userCID
        userCID + conduitSelectorPrefix + useConduitIdSelector(false) -> userCID
        conduitSelectorPrefix + useConduitIdSelector(true) ->
        conduitSelectorPrefix + conduitId + index
        conduitSelectorPrefix + useConduitIdSelector(false) ->
        conduitSelectorPrefix + index

        useConduitIdSelector(true) -> conduitId + index
        useConduitIdSelector(false) -> the request message's messageID

        ->'s left side is the condition.
        ->'s right side is rule for generation of CorrelationID.
        userCID means that the client gives a CorrelationID.
        conduitSelectorPrefix means that the client configures in the wsdl.
        useConduitIdSelector means that the client configures in the wsdl.
        conduitId means that the string generated by the jms-tranport's JMSConduit.
        index is a autoincreasing number which indicates the uniqueness of the
        CorrelationID.

    (3) The JMSListener of the response message.
    (4) Some small changes about JMSMessage's properties which is not right for specification.
    (5) Add test suite tests(http://dev.w3.org/2008/ws/soapjms/testcases/)(0001-1001). And build the framework for test suite tests.

      was (Author: liucong):
    A test suite test patch. 

  
> JMS Test Suite.
> ---------------
>
>                 Key: CXF-2265
>                 URL: https://issues.apache.org/jira/browse/CXF-2265
>             Project: CXF
>          Issue Type: Sub-task
>            Reporter: Liu Cong
>         Attachments: test-patch.txt
>
>
> JMS Test suite ([WWW] http://dev.w3.org/2008/ws/soapjms/testcases/) . 
> We will finish an integration test for SOAP over JMS in this sub-task and make it pass the JMS Test Suite.

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