svn commit: r960313 - in /axis/axis2/java/rampart/trunk: ./ modules/distribution/ modules/rampart-core/ modules/rampart-integration/ modules/rampart-mar/ modules/rampart-policy/ modules/rampart-sample
Author: veithen Date: Sun Jul 4 10:09:36 2010 New Revision: 960313 URL: http://svn.apache.org/viewvc?rev=960313&view=rev Log: Set up svn:ignore. Modified: axis/axis2/java/rampart/trunk/ (props changed) axis/axis2/java/rampart/trunk/modules/distribution/ (props changed) axis/axis2/java/rampart/trunk/modules/rampart-core/ (props changed) axis/axis2/java/rampart/trunk/modules/rampart-integration/ (props changed) axis/axis2/java/rampart/trunk/modules/rampart-mar/ (props changed) axis/axis2/java/rampart/trunk/modules/rampart-policy/ (props changed) axis/axis2/java/rampart/trunk/modules/rampart-samples/basic/ (props changed) axis/axis2/java/rampart/trunk/modules/rampart-samples/policy/ (props changed) axis/axis2/java/rampart/trunk/modules/rampart-tests/ (props changed) axis/axis2/java/rampart/trunk/modules/rampart-trust/ (props changed) axis/axis2/java/rampart/trunk/modules/rampart-trust-mar/ (props changed) Propchange: axis/axis2/java/rampart/trunk/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1 @@ +target Propchange: axis/axis2/java/rampart/trunk/modules/distribution/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1 @@ +target Propchange: axis/axis2/java/rampart/trunk/modules/rampart-core/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1,4 @@ +.settings +target +.classpath +.project Propchange: axis/axis2/java/rampart/trunk/modules/rampart-integration/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1,4 @@ +.settings +target +.classpath +.project Propchange: axis/axis2/java/rampart/trunk/modules/rampart-mar/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1,3 @@ +.settings +target +.project Propchange: axis/axis2/java/rampart/trunk/modules/rampart-policy/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1,4 @@ +.settings +target +.classpath +.project Propchange: axis/axis2/java/rampart/trunk/modules/rampart-samples/basic/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1 @@ +build Propchange: axis/axis2/java/rampart/trunk/modules/rampart-samples/policy/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1 @@ +build Propchange: axis/axis2/java/rampart/trunk/modules/rampart-tests/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1,4 @@ +.settings +target +.classpath +.project Propchange: axis/axis2/java/rampart/trunk/modules/rampart-trust/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1,4 @@ +.settings +target +.classpath +.project Propchange: axis/axis2/java/rampart/trunk/modules/rampart-trust-mar/ -- --- svn:ignore (added) +++ svn:ignore Sun Jul 4 10:09:36 2010 @@ -0,0 +1,3 @@ +.settings +target +.project
svn commit: r960328 - /axis/axis2/java/sandesha/trunk/pom.xml
Author: veithen Date: Sun Jul 4 11:49:37 2010 New Revision: 960328 URL: http://svn.apache.org/viewvc?rev=960328&view=rev Log: Use org.apache:apache:7 as parent POM, so that the build has access to the new Apache snapshot repository. This also makes sure that all artifacts include the appropriate LICENSE and NOTICE files. Modified: axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=960328&r1=960327&r2=960328&view=diff == --- axis/axis2/java/sandesha/trunk/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/pom.xml Sun Jul 4 11:49:37 2010 @@ -2,6 +2,12 @@ http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> + +org.apache +apache +7 + + 4.0.0 org.apache.sandesha2 sandesha2-parent
svn commit: r960331 - in /axis/axis2/java/sandesha/trunk: modules/persistence/pom.xml modules/samples/pom.xml modules/tests/pom.xml pom.xml
Author: veithen Date: Sun Jul 4 12:10:22 2010 New Revision: 960331 URL: http://svn.apache.org/viewvc?rev=960331&view=rev Log: Fixed the transport dependencies so that Sandesha can be compiled again. Modified: axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml axis/axis2/java/sandesha/trunk/modules/samples/pom.xml axis/axis2/java/sandesha/trunk/modules/tests/pom.xml axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml?rev=960331&r1=960330&r2=960331&view=diff == --- axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml Sun Jul 4 12:10:22 2010 @@ -81,18 +81,18 @@ org.apache.axis2 -axis2-transports -1.0-SNAPSHOT +axis2-transport-tcp +${axis2.transports.version} org.apache.axis2 axis2-transport-http -SNAPSHOT +${axis2.version} org.apache.axis2 axis2-transport-local -SNAPSHOT +${axis2.version} org.apache.sandesha2 Modified: axis/axis2/java/sandesha/trunk/modules/samples/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/samples/pom.xml?rev=960331&r1=960330&r2=960331&view=diff == --- axis/axis2/java/sandesha/trunk/modules/samples/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/samples/pom.xml Sun Jul 4 12:10:22 2010 @@ -95,7 +95,7 @@ org.apache.axis2 axis2-transport-http -SNAPSHOT +${axis2.version} org.apache.geronimo.specs Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/pom.xml?rev=960331&r1=960330&r2=960331&view=diff == --- axis/axis2/java/sandesha/trunk/modules/tests/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Sun Jul 4 12:10:22 2010 @@ -158,18 +158,18 @@ org.apache.axis2 -axis2-transports -1.0-SNAPSHOT +axis2-transport-tcp +${axis2.transports.version} org.apache.axis2 axis2-transport-http -SNAPSHOT +${axis2.version} org.apache.axis2 axis2-transport-local -SNAPSHOT +${axis2.version} org.apache.sandesha2 Modified: axis/axis2/java/sandesha/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=960331&r1=960330&r2=960331&view=diff == --- axis/axis2/java/sandesha/trunk/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/pom.xml Sun Jul 4 12:10:22 2010 @@ -311,6 +311,7 @@ SNAPSHOT SNAPSHOT +1.1.0-SNAPSHOT 1.2.9-SNAPSHOT 3.0.0-SNAPSHOT 1.1.1
svn commit: r960334 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java
Author: veithen Date: Sun Jul 4 12:44:11 2010 New Revision: 960334 URL: http://svn.apache.org/viewvc?rev=960334&view=rev Log: Reverted r958696 (related to AXIS2-4751) because this change causes a regression in Rampart. Modified: axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java Modified: axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java?rev=960334&r1=960333&r2=960334&view=diff == --- axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java (original) +++ axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java Sun Jul 4 12:44:11 2010 @@ -25,7 +25,6 @@ import org.apache.axiom.om.OMOutputForma import org.apache.axis2.AxisFault; import org.apache.axis2.Constants; import org.apache.axis2.context.MessageContext; -import org.apache.axis2.context.ConfigurationContext; import org.apache.axis2.context.OperationContext; import org.apache.axis2.description.TransportOutDescription; import org.apache.axis2.i18n.Messages; @@ -486,50 +485,44 @@ public abstract class AbstractHTTPSender } protected HttpClient getHttpClient(MessageContext msgContext) { -ConfigurationContext configContext = msgContext.getConfigurationContext(); - -HttpClient httpClient = (HttpClient) msgContext.getProperty(HTTPConstants.CACHED_HTTP_CLIENT); -if (httpClient == null) { -httpClient = (HttpClient) configContext.getProperty(HTTPConstants.CACHED_HTTP_CLIENT); -} -if (httpClient != null) { -return httpClient; -} - -HttpConnectionManager connManager = -(HttpConnectionManager) msgContext.getProperty( - HTTPConstants.MULTITHREAD_HTTP_CONNECTION_MANAGER); -if (connManager == null) { -connManager = -(HttpConnectionManager) msgContext.getProperty( - HTTPConstants.MUTTITHREAD_HTTP_CONNECTION_MANAGER); -} -if (connManager == null) { -// reuse HttpConnectionManager -synchronized (configContext) { -connManager = (HttpConnectionManager) configContext.getProperty( - HTTPConstants.MULTITHREAD_HTTP_CONNECTION_MANAGER); -if (connManager == null) { -log.trace("Making new ConnectionManager"); -connManager = new MultiThreadedHttpConnectionManager(); - configContext.setProperty(HTTPConstants.MULTITHREAD_HTTP_CONNECTION_MANAGER, - connManager); -} +HttpClient httpClient; +Object reuse = msgContext.getOptions().getProperty(HTTPConstants.REUSE_HTTP_CLIENT); +if (reuse == null) { +reuse = msgContext.getConfigurationContext().getProperty(HTTPConstants.REUSE_HTTP_CLIENT); +} +if (reuse != null && JavaUtils.isTrueExplicitly(reuse)) { +httpClient = (HttpClient) msgContext.getOptions().getProperty(HTTPConstants.CACHED_HTTP_CLIENT); +if (httpClient == null) { +httpClient = (HttpClient) msgContext.getConfigurationContext() +.getProperty(HTTPConstants.CACHED_HTTP_CLIENT); +} +if (httpClient != null) +return httpClient; +MultiThreadedHttpConnectionManager connectionManager = +new MultiThreadedHttpConnectionManager(); +httpClient = new HttpClient(connectionManager); +msgContext.getConfigurationContext() +.setProperty(HTTPConstants.CACHED_HTTP_CLIENT, httpClient); +} else { +HttpConnectionManager connManager = +(HttpConnectionManager) msgContext.getProperty( +HTTPConstants.MULTITHREAD_HTTP_CONNECTION_MANAGER); +if (connManager == null) { +connManager = +(HttpConnectionManager) msgContext.getProperty( + HTTPConstants.MUTTITHREAD_HTTP_CONNECTION_MANAGER); +} +if(connManager != null){ +httpClient = new HttpClient(connManager); +} else { +//Multi threaded http connection manager has set as the default +connManager = new MultiThreadedHttpConnectionManager(); +httpClient = new HttpClient(connManager); } } -/* - * Create a new instance of HttpClient since it is not - * used in thread-safe way here. -
svn commit: r960335 - /axis/axis2/java/core/branches/java/1_5/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java
Author: veithen Date: Sun Jul 4 12:53:06 2010 New Revision: 960335 URL: http://svn.apache.org/viewvc?rev=960335&view=rev Log: Reverted r958718 (related to AXIS2-4751) because this change causes a regression in Rampart. Modified: axis/axis2/java/core/branches/java/1_5/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java Modified: axis/axis2/java/core/branches/java/1_5/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java?rev=960335&r1=960334&r2=960335&view=diff == --- axis/axis2/java/core/branches/java/1_5/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java (original) +++ axis/axis2/java/core/branches/java/1_5/modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java Sun Jul 4 12:53:06 2010 @@ -479,53 +479,35 @@ public abstract class AbstractHTTPSender } protected HttpClient getHttpClient(MessageContext msgContext) { -ConfigurationContext configContext = msgContext.getConfigurationContext(); - -HttpClient httpClient = (HttpClient) msgContext.getProperty(HTTPConstants.CACHED_HTTP_CLIENT); -if (httpClient == null) { +HttpClient httpClient; +final ConfigurationContext configContext = msgContext.getConfigurationContext(); +synchronized (lock) { httpClient = (HttpClient) configContext.getProperty(HTTPConstants.CACHED_HTTP_CLIENT); -} -if (httpClient != null) { -return httpClient; -} - -HttpConnectionManager connManager = -(HttpConnectionManager) msgContext.getProperty( - HTTPConstants.MULTITHREAD_HTTP_CONNECTION_MANAGER); -if (connManager == null) { -connManager = -(HttpConnectionManager) msgContext.getProperty( - HTTPConstants.MUTTITHREAD_HTTP_CONNECTION_MANAGER); -} -if (connManager == null) { -// reuse HttpConnectionManager -synchronized (configContext) { -connManager = (HttpConnectionManager) configContext.getProperty( - HTTPConstants.MULTITHREAD_HTTP_CONNECTION_MANAGER); -if (connManager == null) { -log.trace("Making new ConnectionManager"); -connManager = new MultiThreadedHttpConnectionManager(); - configContext.setProperty(HTTPConstants.MULTITHREAD_HTTP_CONNECTION_MANAGER, - connManager); -} +if (httpClient == null) { +log.trace("Making new ConnectionManager"); +HttpConnectionManager connManager = new MultiThreadedHttpConnectionManager(); + +// In case we need to set any params, do it here, but for now use defaults. +//HttpConnectionManagerParams params = new HttpConnectionManagerParams(); +// params.setMaxConnectionsPerHost(HostConfiguration.ANY_HOST_CONFIGURATION, 200); +//etc... +//connManager.setParams(params); + +httpClient = new HttpClient(connManager); +HttpClientParams clientParams = new HttpClientParams(); +// Set the default timeout in case we have a connection pool starvation to 30sec +clientParams.setConnectionManagerTimeout(3); +httpClient.setParams(clientParams); +configContext.setProperty(HTTPConstants.CACHED_HTTP_CLIENT, httpClient); } -} - -/* - * Create a new instance of HttpClient since the way - * it is used here it's not fully thread-safe. - */ -httpClient = new HttpClient(connManager); - -// Set the default timeout in case we have a connection pool starvation to 30sec -httpClient.getParams().setConnectionManagerTimeout(3); - -// Get the timeout values set in the runtime -initializeTimeouts(msgContext, httpClient); +// Get the timeout values set in the runtime +initializeTimeouts(msgContext, httpClient); +} return httpClient; } +static final Object lock = new Object(); protected void executeMethod(HttpClient httpClient, MessageContext msgContext, URL url, HttpMethod method) throws IOException { HostConfiguration config = this.getHostConfiguration(httpClient, msgContext, url);
svn commit: r960343 - /axis/axis2/java/sandesha/trunk/modules/tests/pom.xml
Author: veithen Date: Sun Jul 4 15:00:23 2010 New Revision: 960343 URL: http://svn.apache.org/viewvc?rev=960343&view=rev Log: Let the Sandesha integration tests use the WSS4J version selected by Rampart. Note that the SNAPSHOT version currently referenced in the POM is over 18 months old. Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/pom.xml?rev=960343&r1=960342&r2=960343&view=diff == --- axis/axis2/java/sandesha/trunk/modules/tests/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Sun Jul 4 15:00:23 2010 @@ -203,11 +203,6 @@ ${rampart.version} -org.apache.ws.security -wss4j - ${wss4j.version} - - junit junit ${junit.version} @@ -253,7 +248,6 @@ 2.8.1 SNAPSHOT - SNAPSHOT
svn commit: r960351 - /axis/axis2/java/core/trunk/modules/parent/pom.xml
Author: veithen Date: Sun Jul 4 16:03:17 2010 New Revision: 960351 URL: http://svn.apache.org/viewvc?rev=960351&view=rev Log: Upgraded to XMLUnit 1.3 because version 1.1 is very sensitive to the available XSLT processor. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=960351&r1=960350&r2=960351&view=diff == --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sun Jul 4 16:03:17 2010 @@ -140,7 +140,7 @@ 2.7.0 2.3.0 1.2 -1.1 +1.3 3.0.4 2.3 1.4
svn commit: r960354 - /axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml
Author: veithen Date: Sun Jul 4 16:15:37 2010 New Revision: 960354 URL: http://svn.apache.org/viewvc?rev=960354&view=rev Log: Let Sandesha use the WSS4J version selected by Rampart. Note that the SNAPSHOT version currently referenced in the POM is over 18 months old. Modified: axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml?rev=960354&r1=960353&r2=960354&view=diff == --- axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml Sun Jul 4 16:15:37 2010 @@ -67,12 +67,6 @@ - -org.apache.ws.security -wss4j - ${wss4j.version} - - org.apache.sandesha2 sandesha2-core @@ -102,7 +96,6 @@ SNAPSHOT -SNAPSHOT
svn commit: r960359 - /axis/axis2/java/sandesha/trunk/modules/interop/pom.xml
Author: veithen Date: Sun Jul 4 16:34:54 2010 New Revision: 960359 URL: http://svn.apache.org/viewvc?rev=960359&view=rev Log: Let Sandesha use the WSS4J version selected by Rampart. Note that the SNAPSHOT version currently referenced in the POM is over 18 months old. Modified: axis/axis2/java/sandesha/trunk/modules/interop/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/interop/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/interop/pom.xml?rev=960359&r1=960358&r2=960359&view=diff == --- axis/axis2/java/sandesha/trunk/modules/interop/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/interop/pom.xml Sun Jul 4 16:34:54 2010 @@ -141,12 +141,6 @@ -org.apache.ws.security -wss4j - ${wss4j.version} - - - org.apache.geronimo.specs geronimo-activation_1.1_spec ${geronimo.spec.activation.version} @@ -180,7 +174,6 @@ SNAPSHOT - SNAPSHOT 1.6.2
svn commit: r960360 - /axis/axis2/java/core/trunk/modules/parent/pom.xml
Author: veithen Date: Sun Jul 4 16:50:14 2010 New Revision: 960360 URL: http://svn.apache.org/viewvc?rev=960360&view=rev Log: Removed xalan as a global dependency. It is not required (especially on Java 1.5) and its presence as a transitive dependency seems to be the root cause of a test case failure in Rampart. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=960360&r1=960359&r2=960360&view=diff == --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sun Jul 4 16:50:14 2010 @@ -1074,11 +1074,6 @@ xmlunit - -xalan -xalan - - ${stax.impl.groupid}
svn commit: r960362 - /axis/axis2/java/sandesha/trunk/pom.xml
Author: veithen Date: Sun Jul 4 17:05:18 2010 New Revision: 960362 URL: http://svn.apache.org/viewvc?rev=960362&view=rev Log: Removed unused repositories, in particular the old snapshot repository. Modified: axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=960362&r1=960361&r2=960362&view=diff == --- axis/axis2/java/sandesha/trunk/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/pom.xml Sun Jul 4 17:05:18 2010 @@ -139,39 +139,6 @@ http://svn.apache.org/repos/asf/webservices/sandesha/trunk - - - -false -always -warn - - -true -fail - -apache-snapshots -Apache Maven2 SNAPSHOTS -http://people.apache.org/repo/m2-snapshot-repository -default - - - -true -always -warn - - -true -never -warn - -apache-ws-snapshots2 -Apache ws.zones - 2 -http://ws.zones.apache.org/repository2 - - - snapshot-apache
svn commit: r960370 - in /axis/axis2/java/sandesha/trunk: ./ modules/persistence/ modules/tests/ modules/tests/test-resources/
Author: veithen Date: Sun Jul 4 17:41:42 2010 New Revision: 960370 URL: http://svn.apache.org/viewvc?rev=960370&view=rev Log: Removed dependency on axis2-transport-tcp. The TCP transport is never used in the tests. Modified: axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml axis/axis2/java/sandesha/trunk/modules/tests/pom.xml axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_axis2.xml axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_mtom_axis2.xml axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_axis2.xml axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_mtom_axis2.xml axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml?rev=960370&r1=960369&r2=960370&view=diff == --- axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/persistence/pom.xml Sun Jul 4 17:41:42 2010 @@ -81,11 +81,6 @@ org.apache.axis2 -axis2-transport-tcp -${axis2.transports.version} - - -org.apache.axis2 axis2-transport-http ${axis2.version} Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/pom.xml?rev=960370&r1=960369&r2=960370&view=diff == --- axis/axis2/java/sandesha/trunk/modules/tests/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Sun Jul 4 17:41:42 2010 @@ -158,11 +158,6 @@ org.apache.axis2 -axis2-transport-tcp -${axis2.transports.version} - - -org.apache.axis2 axis2-transport-http ${axis2.version} Modified: axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_axis2.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_axis2.xml?rev=960370&r1=960369&r2=960370&view=diff == --- axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_axis2.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_axis2.xml Sun Jul 4 17:41:42 2010 @@ -191,21 +191,10 @@ 3000 --> - -> - - - - - - http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_mtom_axis2.xml?rev=960370&r1=960369&r2=960370&view=diff == --- axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_mtom_axis2.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_mtom_axis2.xml Sun Jul 4 17:41:42 2010 @@ -94,20 +94,10 @@ - -6061 - - - - - - http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_axis2.xml?rev=960370&r1=960369&r2=960370&view=diff == --- axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_axis2.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_axis2.xml Sun Jul 4 17:41:42 2010 @@ -191,21 +191,10 @@ 3000 --> - -> - - - - - - http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_mtom_axis2.xml?rev=960370&r1=960369&r2=960370&view=diff == --- axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_mtom_axis2.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_mtom_axis2.xml Sun Jul 4 17:41:42 2010 @@ -95,20 +95,10 @@ - -6061 - - - - - - http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=960370&r1=960369&r2=960370&view=diff == --- axis/axis2/java/sandesha/trunk/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/pom.xml Sun Jul 4 17:41:42 2010 @@ -278,7 +278,6 @@ SNAPSHOT SNAPSHOT -1.1.0-SNAPSHOT 1.2.9-SNAPSHOT 3.0.0-SNAPSHOT 1.1.1
svn commit: r960385 - /axis/axis2/java/core/trunk/modules/parent/pom.xml
Author: veithen Date: Sun Jul 4 19:23:08 2010 New Revision: 960385 URL: http://svn.apache.org/viewvc?rev=960385&view=rev Log: Removed unnecessary repository. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=960385&r1=960384&r2=960385&view=diff == --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sun Jul 4 19:23:08 2010 @@ -534,10 +534,6 @@ never - -wso2-maven2-repository -http://dist.wso2.org/maven2 -