Re: test suite patch.

2009-07-26 Thread liucong
Hi, 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

Re: request-response patterns.

2009-07-26 Thread liucong
Hi, If the client doesn't configure something about the CorrelationID, I'll use MessageId pattern. The current implement use CorrelationId by default. So I think I should change the rule. I use MessageId pattern by default. Christian Schneider wrote: > Hi Liu, > > the current code uses the Messa

Re: How to generate the CorrelationID in the client in jms transport?

2009-07-26 Thread liucong
Hi Willem Jiang wrote: > Hi, > > You can choice what you want to generate the correlationID, and you > just need to make sure the CorrelationID is unique. > > In you proposal, you give the user a choice to set the correlationID > from the JMSMessageHeader which he set, it's OK for me. > For the us

Re: test suite patch for JMS transport specification

2009-07-26 Thread liucong
Sorry, I didn't give the detail information in the title. liucong wrote: > Hi, > 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 chan