svn commit: r1050632 - in /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http: AbstractHTTPSender.java HTTPSender.java

2010-12-18 Thread veithen
Author: veithen Date: Sat Dec 18 13:01:41 2010 New Revision: 1050632 URL: http://svn.apache.org/viewvc?rev=1050632&view=rev Log: The HTTP transport makes the assumption that if useSeparateListener=true, then the response is always a 202. This is not always true, e.g. when WS-RM is used. Fixed to

svn commit: r1050656 - in /axis/axis2/java/core/branches/1_5: ./ modules/distribution/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel/test/org/apache/axis2/transport/http/util

2010-12-18 Thread veithen
Author: veithen Date: Sat Dec 18 16:07:44 2010 New Revision: 1050656 URL: http://svn.apache.org/viewvc?rev=1050656&view=rev Log: Merged r1050632 to the 1.5 branch. We will need this fix for Sandesha2. Modified: axis/axis2/java/core/branches/1_5/ (props changed) axis/axis2/java/core/bran

svn commit: r1050658 - /axis/axis2/java/sandesha/branches/1_4/pom.xml

2010-12-18 Thread veithen
Author: veithen Date: Sat Dec 18 16:08:51 2010 New Revision: 1050658 URL: http://svn.apache.org/viewvc?rev=1050658&view=rev Log: Resolved snapshot dependencies, except for Axis2, which is set to the 1.5 branch. Modified: axis/axis2/java/sandesha/branches/1_4/pom.xml Modified: axis/axis2/jav

svn commit: r1050705 - /axis/axis2/java/sandesha/trunk/modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java

2010-12-18 Thread veithen
Author: veithen Date: Sat Dec 18 20:16:48 2010 New Revision: 1050705 URL: http://svn.apache.org/viewvc?rev=1050705&view=rev Log: Make sure that if useSeparateListener=true and the response code is 200, the transport is cleaned up properly to avoid connection pool starvation. Modified: axis/

svn commit: r1050713 - in /axis/axis2/java/sandesha/branches/1_4: ./ modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java

2010-12-18 Thread veithen
Author: veithen Date: Sat Dec 18 20:50:54 2010 New Revision: 1050713 URL: http://svn.apache.org/viewvc?rev=1050713&view=rev Log: Merged r1050705 to the 1.4 branch. This should make the test suite pass with Axis2 1.5.4-SNAPSHOT. Modified: axis/axis2/java/sandesha/branches/1_4/ (props change

svn commit: r1050724 - in /axis/axis2/java/core/branches/1_5: ./ modules/distribution/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel/test/org/apache/axis2/transport/http/util

2010-12-18 Thread veithen
Author: veithen Date: Sat Dec 18 21:46:16 2010 New Revision: 1050724 URL: http://svn.apache.org/viewvc?rev=1050724&view=rev Log: AXIS2-3793: Merged r1050589 to the 1.5 branch. Modified: axis/axis2/java/core/branches/1_5/ (props changed) axis/axis2/java/core/branches/1_5/modules/distribu

svn commit: r1050763 - /axis/axis2/java/core/trunk/modules/corba/src/org/apache/axis2/corba/receivers/CorbaUtil.java

2010-12-18 Thread samisa
Author: samisa Date: Sun Dec 19 05:46:56 2010 New Revision: 1050763 URL: http://svn.apache.org/viewvc?rev=1050763&view=rev Log: Closed the file reader - it had not been closed Modified: axis/axis2/java/core/trunk/modules/corba/src/org/apache/axis2/corba/receivers/CorbaUtil.java Modified:

svn commit: r1050768 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/Utils.java

2010-12-18 Thread samisa
Author: samisa Date: Sun Dec 19 06:37:59 2010 New Revision: 1050768 URL: http://svn.apache.org/viewvc?rev=1050768&view=rev Log: Fixed the problem of AxisFault not giving correct QName in some case. In case of REST, this might not make sense, but for the sake of SOAP fault completeness, we can se