Re: [MTOM/XOP+WSRM] servlet error

2006-07-24 Thread Sanjiva Weerawarana
On Sat, 2006-07-22 at 17:55 +0530, Chamikara Jayalath wrote: Hi Elodie, The reason for this error is resource.properties file not being available in the package 'org.apache.sandesha2.i18n'. Please check weather it is available in the 'mar' file you are using. Isn't the problem a default

svn commit: r424953 - /webservices/sandesha/trunk/c/src/Makefile.am

2006-07-24 Thread sahan
Author: sahan Date: Mon Jul 24 00:56:00 2006 New Revision: 424953 URL: http://svn.apache.org/viewvc?rev=424953view=rev Log: Adding Makefile in src Added: webservices/sandesha/trunk/c/src/Makefile.am Added: webservices/sandesha/trunk/c/src/Makefile.am URL:

Re: [Sandesha2 ] Improving performance

2006-07-24 Thread Paul Fremantle
Chamikara Firstly nice review. I guess the other question is how often and how we do acknowledgements. The overall number of messages will affect the performance, because each on-the-wire message has a high overhead. So: 1) if we can piggyback acknowledgements then I assume that saves time

svn commit: r424969 - /webservices/sandesha/trunk/c/config/module.xml

2006-07-24 Thread damitha
Author: damitha Date: Mon Jul 24 02:04:44 2006 New Revision: 424969 URL: http://svn.apache.org/viewvc?rev=424969view=rev Log: Fixed a small bug Modified: webservices/sandesha/trunk/c/config/module.xml Modified: webservices/sandesha/trunk/c/config/module.xml URL:

Re: [MTOM/XOP+WSRM] servlet error

2006-07-24 Thread Mancinelli Elodie
Hi Sanjiva, Thanks for your interest I want to specify my problem. The problem become when I implement a method addressable(ie I define the AcksTo and ReplyTo value) because the anonymous method (no addressable) works correctly. I test an implementation of wsrm and I have the same problem

Re: [Sandesha2 ] Improving performance

2006-07-24 Thread Jaliya Ekanayake
Hi All, I agree with Paul. We can get this optimization for request/response single channel scenarios where we can always send an ack in response messages and also for others we can wait before sending ack for sometime. Remember, when we did the interops with IBM they had this implemented :)

Re: [Sandesha2 ] Improving performance

2006-07-24 Thread Chamikara Jayalath
Hi Paul,Jaliya, All, The current implementation works as follows. If the AcksTo endpoint is anonymous an Ack is sent in the response channel of every request message. If AcksTo is a real endpoint, we use the AcknowledgementInterval policy to decide the acking interval. In this scenario if

svn commit: r425282 - /webservices/sandesha/trunk/c/src/util/utils.c

2006-07-24 Thread sahan
Author: sahan Date: Mon Jul 24 22:16:08 2006 New Revision: 425282 URL: http://svn.apache.org/viewvc?rev=425282view=rev Log: Fixing a bug in trim Modified: webservices/sandesha/trunk/c/src/util/utils.c Modified: webservices/sandesha/trunk/c/src/util/utils.c URL: