svn commit: r1157674 - /axis/axis2/java/rampart/trunk/pom.xml

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 21:42:26 2011 New Revision: 1157674 URL: http://svn.apache.org/viewvc?rev=1157674&view=rev Log: Removed the unnecessary profile for JDK 1.4. Modified: axis/axis2/java/rampart/trunk/pom.xml Modified: axis/axis2/java/rampart/trunk/pom.xml URL: http://svn.apach

svn commit: r1157672 - /axis/axis2/java/rampart/trunk/pom.xml

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 21:19:25 2011 New Revision: 1157672 URL: http://svn.apache.org/viewvc?rev=1157672&view=rev Log: Removed uniqueVersion=false because that option is no longer supported in Maven 3.0. Modified: axis/axis2/java/rampart/trunk/pom.xml Modified: axis/axis2/java/ram

svn commit: r1157670 - in /axis/axis2/java/rampart/trunk: modules/rampart-integration/pom.xml modules/rampart-integration/src/test/resources/log4j.properties modules/rampart-tests/pom.xml modules/ramp

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 21:16:00 2011 New Revision: 1157670 URL: http://svn.apache.org/viewvc?rev=1157670&view=rev Log: Set up log4j to make the unit tests less verbose. Added: axis/axis2/java/rampart/trunk/modules/rampart-tests/test-resources/log4j.properties Modified: axis/axi

svn commit: r1157660 - in /axis/axis2/java/rampart/branches/1_5_x: ./ pom.xml

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 20:39:08 2011 New Revision: 1157660 URL: http://svn.apache.org/viewvc?rev=1157660&view=rev Log: Merged r1157613 to the 1.5 branch. Modified: axis/axis2/java/rampart/branches/1_5_x/ (props changed) axis/axis2/java/rampart/branches/1_5_x/pom.xml Propchang

svn commit: r1157658 - in /axis/axis2/java/rampart/branches/1_5_x: ./ pom.xml

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 20:29:57 2011 New Revision: 1157658 URL: http://svn.apache.org/viewvc?rev=1157658&view=rev Log: Merged r1072178 to the 1.5 branch. Modified: axis/axis2/java/rampart/branches/1_5_x/ (props changed) axis/axis2/java/rampart/branches/1_5_x/pom.xml Propchang

svn commit: r1157619 - in /axis/axis2/java/rampart/branches/1_6: ./ pom.xml

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 19:56:01 2011 New Revision: 1157619 URL: http://svn.apache.org/viewvc?rev=1157619&view=rev Log: Merged r1157613 to the 1.6 branch. Modified: axis/axis2/java/rampart/branches/1_6/ (props changed) axis/axis2/java/rampart/branches/1_6/pom.xml Propchange: a

svn commit: r1157613 - /axis/axis2/java/rampart/trunk/pom.xml

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 19:46:21 2011 New Revision: 1157613 URL: http://svn.apache.org/viewvc?rev=1157613&view=rev Log: Removed xmlsec as a direct dependency so that it is retrieved as a transitive dependency of WSS4J with the correct version (WSS4J currently uses xmlsec 1.4.5, but Ramp

svn commit: r1157535 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/test/org/apache/axis2/jaxws/dispatch/SOAPMessageDispatchTests.java jaxws/src/org/apache/axis2/jaxws/client/dispatch/Bas

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 14:19:13 2011 New Revision: 1157535 URL: http://svn.apache.org/viewvc?rev=1157535&view=rev Log: AXIS2-5062: * Committed the patch for BaseDispatch provided by Ivan. * Enabled the corresponding test case. Modified: axis/axis2/java/core/trunk/modules/jaxws-inte

svn commit: r1157523 - in /axis/axis2/java/core/branches/1_6: ./ modules/transport/http/test/org/apache/axis2/transport/http/CommonsHTTPTransportSenderTest.java

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 12:49:05 2011 New Revision: 1157523 URL: http://svn.apache.org/viewvc?rev=1157523&view=rev Log: AXIS2-5093: Merged r1157522 to the 1.6 branch. Modified: axis/axis2/java/core/branches/1_6/ (props changed) axis/axis2/java/core/branches/1_6/modules/transpo

svn commit: r1157522 - /axis/axis2/java/core/trunk/modules/transport/http/test/org/apache/axis2/transport/http/CommonsHTTPTransportSenderTest.java

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 12:47:42 2011 New Revision: 1157522 URL: http://svn.apache.org/viewvc?rev=1157522&view=rev Log: Forgot to give the unit test for AXIS2-5093 a meaningful name. Modified: axis/axis2/java/core/trunk/modules/transport/http/test/org/apache/axis2/transport/http/Com

svn commit: r1157517 - /axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/dispatch/SOAPMessageDispatchTests.java

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 11:07:55 2011 New Revision: 1157517 URL: http://svn.apache.org/viewvc?rev=1157517&view=rev Log: Added a test case providing evidence for the issue described in AXIS2-5062. Modified: axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/ja

svn commit: r1157506 - in /axis/axis2/java/core/branches/1_6: ./ modules/parent/ modules/saaj/ modules/transport/http/ modules/transport/http/src/org/apache/axis2/transport/http/ modules/transport/htt

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 09:55:23 2011 New Revision: 1157506 URL: http://svn.apache.org/viewvc?rev=1157506&view=rev Log: AXIS2-5093: Merged r1157501 to the 1.6 branch. Added: axis/axis2/java/core/branches/1_6/modules/transport/http/test/ - copied from r1157501, axis/axis2/java/

svn commit: r1157501 - in /axis/axis2/java/core/trunk/modules: parent/ saaj/ transport/http/ transport/http/src/org/apache/axis2/transport/http/ transport/http/test-resources/ transport/http/test-reso

2011-08-14 Thread veithen
Author: veithen Date: Sun Aug 14 09:04:32 2011 New Revision: 1157501 URL: http://svn.apache.org/viewvc?rev=1157501&view=rev Log: AXIS2-5093: Properly release the HTTP connection if the server response is a 404 or another error where we don't process the response content. Added: axis/axis2/ja