Re: Axis2 ConnectionTimeout Problem

2010-06-28 Thread naren
Hi, Axis2 1.5.1 creates its own MultithreadedHttpConnectionManager. Is there any way to override this ? Thanks, Naren Even though I am creating MultithreadedHttpConnectionManager, Axis On Wed, Jun 23, 2010 at 7:01 PM, Deepal Jayasinghe wrote: > Did you try to set the connection timeout value,

Re: Axis2 ConnectionTimeout Problem

2010-06-23 Thread Deepal Jayasinghe
Did you try to set the connection timeout value, try that one too. Deepal On Tue, Jun 22, 2010 at 11:52 PM, naren wrote: > Hi, > I am using Axis2 1.5.1 for creating a webservice client. > I am getting a ConnectionPoolTimeoutException with concurrent threads. > > So far I have tried the below

Axis2 ConnectionTimeout Problem

2010-06-22 Thread naren
Hi, I am using Axis2 1.5.1 for creating a webservice client. I am getting a ConnectionPoolTimeoutException with concurrent threads. So far I have tried the below options but without success: 1) options. setCallTransportCleanup(true); 2) serviceClient.cleanupTransport(); 3) HttpConnectionM