Re: Is axis client session handling thread safe ?

2005-10-27 Thread Carpe Sebastien
Check the code you have written on axis side from what you are describing there apeears to be some problem on your server side code.   Makarand   On 10/27/05, Carpe Sebastien <[EMAIL PROTECTED]> wrote: Well ... i've added a few log traces, and, well.. this is getting me nuts .

Re: Is axis client session handling thread safe ?

2005-10-27 Thread Carpe Sebastien
it changes anything... Carpe Sebastien wrote: makarand sovani wrote: Are you using wss4j ? We have recently come across non-thread safe behaviour in wss4j. If you are not using wss4j can you check your handlers to see if they are threadsafe ? Makarand Well, i'm not sure about what you

Re: Is axis client session handling thread safe ?

2005-10-27 Thread Carpe Sebastien
makarand sovani wrote: Are you using wss4j ? We have recently come across non-thread safe behaviour in wss4j. If you are not using wss4j can you check your handlers to see if they are threadsafe ? Makarand Well, i'm not sure about what you're pointing me to ... my client code for perfo

Re: Is axis client session handling thread safe ?

2005-10-26 Thread Carpe Sebastien
xact same thing at one time. -Original Message- From: Carpe Sebastien [mailto:[EMAIL PROTECTED]] Sent: 26 October 2005 17:28 To: axis-user@ws.apache.org Subject: Is axis client session handling thread safe ? Here is my problem : I'm having a c

Is axis client session handling thread safe ?

2005-10-26 Thread Carpe Sebastien
Here is my problem : I'm having a client that does 2 WS requests (the first sets something in the session, the seconds returns it). All is set and works nicely, as long as i have a single Threaded client. Now, i get my client and multi-threads it (this client will actually be used as a proxy b