From sandesha-dev-return-3341-apmail-ws-sandesha-dev-archive=ws.apache.org@ws.apache.org Thu Sep 27 22:15:57 2007 Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 54909 invoked from network); 27 Sep 2007 22:15:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Sep 2007 22:15:55 -0000 Received: (qmail 32441 invoked by uid 500); 27 Sep 2007 22:15:44 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 32371 invoked by uid 500); 27 Sep 2007 22:15:44 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 32360 invoked by uid 500); 27 Sep 2007 22:15:44 -0000 Delivered-To: apmail-ws-sandesha-cvs@ws.apache.org Received: (qmail 32357 invoked by uid 99); 27 Sep 2007 22:15:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2007 15:15:44 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chamikaramj@gmail.com designates 209.85.198.191 as permitted sender) Received: from [209.85.198.191] (HELO rv-out-0910.google.com) (209.85.198.191) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2007 22:15:45 +0000 Received: by rv-out-0910.google.com with SMTP id c24so2198274rvf for ; Thu, 27 Sep 2007 15:15:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=eMdzugGXXbpWQiYn0PulXu+Wz9N0vgmbD/unwDqzh/U=; b=M69irOr67IHes2sgmLN+hw11My4Im+VF9RtSrs7MkjE//U8WFjhCRORniHWvBvjvfHoPWJHwUWyyBu1hKtAzP4pKGqGoOfg/836H4tnIR9AdS9Cytlbm1bMUYG4OKo3XeoquaeUDG8VjSJ+43e5K/ScyOT1NByFOrbm6jep0I2g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=GgBaFK8fW5XBeOIsAhAQtlz5j8VRRj+61jsOv4glrWmDdjnphVpkRl7pDsUwiwxf94U1jtsik62XwNlGRW18ZQhIznDdMgfVYOobGz7qaVmc7TZ32Zn1wBl3qhSU5opjGKMaKprLl+tZWWxdqiCcSNVMJ3XpP55MU28eKT1rj4M= Received: by 10.140.191.14 with SMTP id o14mr1228498rvf.1190931325139; Thu, 27 Sep 2007 15:15:25 -0700 (PDT) Received: by 10.142.156.12 with HTTP; Thu, 27 Sep 2007 15:15:25 -0700 (PDT) Message-ID: <9d4ec10b0709271515t5081e767naaf20cdaca985c65@mail.gmail.com> Date: Thu, 27 Sep 2007 18:15:25 -0400 From: "Chamikara Jayalath" To: "Deepal jayasinghe" Subject: Re: svn commit: r579708 - in /webservices/sandesha/branches/sandesha2/java/1_3/modules/core/src/main/java/org/apache/sandesha2: msgprocessors/ApplicationMsgProcessor.java storage/beans/RMSBean.java workers/SenderWorker.java Cc: sandesha-cvs@ws.apache.org In-Reply-To: <46FBE0E9.5050006@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1370_5211350.1190931325106" References: <46FBE0E9.5050006@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1370_5211350.1190931325106 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Deepal, Did you assume that checkForSyncResponse() only checks for a CreateSequenceResponse messages. It's not the case. It can be anything ( an Ack, CSR, application response etc.) Chamikara On 9/27/07, Deepal jayasinghe wrote: > > Andrew K Gatford wrote: > > To check the fix, I'd like to understand what response is being returned > > when sending out a CreateSequence message that isn't a > > CreateSequenceResponse - I'm assuming a Reliable Messaging Fault, or is > it > > something else ? > > > It was something else. It is like we send a CS req to a server which > does not have either addressing or rm support. In that case it will just > process the request and send an application response. So the reply was > neither a CS response nor a SOAF fault. > > Thanks > Deepal > > Andrew Gatford > > > > Hursley MP211 > > Telephone : > > Internal (7) 245743 > > External 01962 815743 > > Internet : gatfora@uk.ibm.com > > > > > > > > deepal@apache.org > > 26/09/2007 17:20 > > > > To > > sandesha-cvs@ws.apache.org > > cc > > > > Subject > > svn commit: r579708 - in > > > /webservices/sandesha/branches/sandesha2/java/1_3/modules/core/src/main/java/org/apache/sandesha2: > > msgprocessors/ApplicationMsgProcessor.java storage/beans/RMSBean.java > > workers/SenderWorker.java > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: sandesha-dev-help@ws.apache.org > > ------=_Part_1370_5211350.1190931325106 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi Deepal,
 
Did you assume that checkForSyncResponse() only checks for a CreateSequenceResponse messages.
It's not the case. It can be anything ( an Ack, CSR, application response etc.)
 
Chamikara


 
On 9/27/07, Deepal jayasinghe <deepalk@gmail.com> wrote:
Andrew K Gatford wrote:
> To check the fix, I'd like to understand what response is being returned
> when sending out a CreateSequence message that isn't a
> CreateSequenceResponse - I'm assuming a Reliable Messaging Fault, or is it
> something else ?
>
It was something else. It is like we send a CS req to a server which
does not have either addressing or rm support. In that case it will just
process the request and send an application response. So the reply was
neither a CS response nor a SOAF fault.

Thanks
Deepal
> Andrew Gatford
>
> Hursley MP211
> Telephone :
> Internal (7) 245743
> External 01962 815743
> Internet : gatfora@uk.ibm.com
>
>
>
> deepal@apache.org
> 26/09/2007 17:20
>
> To
> sandesha-cvs@ws.apache.org
> cc
>
> Subject
> svn commit: r579708 - in
> /webservices/sandesha/branches/sandesha2/java/1_3/modules/core/src/main/java/org/apache/sandesha2:
> msgprocessors/ApplicationMsgProcessor.java storage/beans/RMSBean.java
> workers/SenderWorker.java
>
>
>
>
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


------=_Part_1370_5211350.1190931325106--