RE: ServiceClient and memory leaks

2009-02-11 Thread Attharkar, Asmita
Thanks Amila, I used the Axis2-1.4.1 and the memory leak issue is resolved. Thanks, Asmita From: Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] Sent: Monday, February 09, 2009 11:57 PM To: axis-user@ws.apache.org Subject: Re: ServiceClient and memory

Re: ServiceClient and memory leaks

2009-02-09 Thread Deepal Jayasinghe
How do you invoke the service, do you create service client for each call or you just create one service client and use that for all the invocations. Deepal Attharkar, Asmita wrote: We are calling a web service client in the web service and see that there are huge memory leaks - finally

RE: ServiceClient and memory leaks

2009-02-09 Thread Attharkar, Asmita
...@opensource.lk] Sent: Monday, February 09, 2009 7:39 PM To: axis-user@ws.apache.org Subject: Re: ServiceClient and memory leaks How do you invoke the service, do you create service client for each call or you just create one service client and use that for all the invocations. Deepal Attharkar

Re: ServiceClient and memory leaks

2009-02-09 Thread Deepal Jayasinghe
{ sender.cleanup(); } -Original Message- From: Deepal Jayasinghe [mailto:dee...@opensource.lk] Sent: Monday, February 09, 2009 7:39 PM To: axis-user@ws.apache.org Subject: Re: ServiceClient and memory leaks How do you invoke the service, do you create service client for each call

Re: ServiceClient and memory leaks

2009-02-09 Thread Amila Suriarachchi
On Tue, Feb 10, 2009 at 6:00 AM, Attharkar, Asmita aatth...@telcordia.comwrote: We are calling a web service client in the web service and see that there are huge memory leaks - finally resulting in OutOfMemoryException. We are deploying it on Jboss (jboss-4.0.3SP1). I do a