ConnectionTimeout

2013-04-05 Thread Zlatko Josic
Hi, I use Axis2 1.5.6 version and getting this error: Caused by: org.apache.commons.httpclient.ConnectionPoolTimeoutException: Timeout waiting for connection at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.doGetConnection(MultiThreadedHttpConnectionManager.java:497) at org.apa

Re: ConnectionTimeout

2013-04-05 Thread robert lazarski
On Fri, Apr 5, 2013 at 7:41 AM, Zlatko Josic wrote: > Hi, > > I use Axis2 1.5.6 version and getting this error: > > Caused by: org.apache.commons.httpclient.ConnectionPoolTimeoutException: > Timeout waiting for connection > at > I suggest upgrading, you could search the axis2 jira issues but IIRC

Re: ConnectionTimeout

2013-04-05 Thread Zlatko Josic
Thanks for reply. Which version will be appropriate? Zlaja On Fri, Apr 5, 2013 at 12:50 PM, robert lazarski wrote: > On Fri, Apr 5, 2013 at 7:41 AM, Zlatko Josic > wrote: > > Hi, > > > > I use Axis2 1.5.6 version and getting this error: > > > > Caused by: org.apache.commons.httpclient.Connect

Re: ConnectionTimeout

2013-04-05 Thread robert lazarski
On Fri, Apr 5, 2013 at 9:24 AM, Zlatko Josic wrote: > Thanks for reply. > > Which version will be appropriate? > > Zlaja > 1.6.2 , though i'd verify the url is indeed up and valid via wget etc. - To unsubscribe, e-mail: java-use

Re: Error : Code too large for try statement

2013-04-05 Thread Harish Kumar
Thanks Martin for response. Refactoring helped in fixing code.  I found there was link for Axis2 patch which fixed it without refactoring  (https://issues.apache.org/jira/browse/AXIS2-3618)  Is that issue fixed in any of Axis2 releases? Thanks, Harish From: Ma

RE: Error : Code too large for try statement

2013-04-05 Thread Martin Gainty
XSL does blind substitution ..the solution is to extend fromOM to output a Collection ( as seen here ) Original: java.lang.Object object = fromOM( _returnEnv.getBody().getFirstElement() , .class,