Re: Axis over JMS session management

2002-11-07 Thread Suraj Panicker
Hi Ray, Thank you very much for the support. I got the things running, and session management is working perfectly. But, I do feel that native support for session management should be added into Axis JMS. As, a programmer, I would prefer to use only two lines of code i)call.setMaintainSession(tru

Re: Axis over JMS session management

2002-11-05 Thread Ray Chun
ot;, null); assertEquals("count was wrong", 2, count.intValue()); listener.shutdown(); transport.shutdown(); > ----- Original Message - > From: Suraj Panicker > To: [EMAIL PROTECTED] > Sent: Monday, November 04, 2002 4:32 AM > Subject: Ax

Axis over JMS session management

2002-11-04 Thread ian_roughley
Return Receipt Your Axis over JMS session management document

Axis over JMS session management

2002-11-04 Thread Suraj Panicker
Hello friends,   I've implemented a webservice which works fine with Axis over Http. Now, I tried shifting the transport layer to JMS. It works fine during the first invocation. But, for all the later invocations, I find that the AxisServer interprets my request as being from a new session, a