[jira] [Created] (AXIS2-5815) test-resources\SwA-enabled-axis2.xml has incorrect XML

2016-10-13 Thread Martin Gainty (JIRA)
Martin Gainty created AXIS2-5815: Summary: test-resources\SwA-enabled-axis2.xml has incorrect XML Key: AXIS2-5815 URL: https://issues.apache.org/jira/browse/AXIS2-5815 Project: Axis2 Issue

Re: org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection from pool

2016-10-13 Thread Fabian Finke
Hi Claudio, We had a similar problem. Unless the InputStream of the HttpResponse entity is not closed, the connection will not be released. You can workaround your problem by closing the InputStream when freeing the service client. To do so retrieve the MessageContext.TRANSPORT_IN property from