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
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
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
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/
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
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
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:
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