You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/04/26 10:21:14 UTC

svn commit: r937960 - in /tuscany/sca-java-2.x/trunk/itest/jms: args/src/main/resources/ callbacks/src/main/resources/ definitions/src/main/resources/ nulls/src/main/resources/ selectors/src/main/resources/ topics/src/main/resources/ ttl/src/main/resou...

Author: antelder
Date: Mon Apr 26 08:21:14 2010
New Revision: 937960

URL: http://svn.apache.org/viewvc?rev=937960&view=rev
Log:
Disable ActiveMQ shutdown hook in the jms tests to see if that makes the hudson build faster

Modified:
    tuscany/sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties
    tuscany/sca-java-2.x/trunk/itest/jms/callbacks/src/main/resources/jndi.properties
    tuscany/sca-java-2.x/trunk/itest/jms/definitions/src/main/resources/jndi.properties
    tuscany/sca-java-2.x/trunk/itest/jms/nulls/src/main/resources/jndi.properties
    tuscany/sca-java-2.x/trunk/itest/jms/selectors/src/main/resources/jndi.properties
    tuscany/sca-java-2.x/trunk/itest/jms/topics/src/main/resources/jndi.properties
    tuscany/sca-java-2.x/trunk/itest/jms/ttl/src/main/resources/jndi.properties

Modified: tuscany/sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties?rev=937960&r1=937959&r2=937960&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties (original)
+++ tuscany/sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties Mon Apr 26 08:21:14 2010
@@ -20,7 +20,7 @@
 java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
 
 # use the following property to configure the default connector
-java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false
+java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false&broker.useShutdownHook=false
 
 # use the following property to specify the JNDI name the connection factory
 # should appear as. 

Modified: tuscany/sca-java-2.x/trunk/itest/jms/callbacks/src/main/resources/jndi.properties
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/jms/callbacks/src/main/resources/jndi.properties?rev=937960&r1=937959&r2=937960&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/jms/callbacks/src/main/resources/jndi.properties (original)
+++ tuscany/sca-java-2.x/trunk/itest/jms/callbacks/src/main/resources/jndi.properties Mon Apr 26 08:21:14 2010
@@ -20,7 +20,7 @@
 java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
 
 # use the following property to configure the default connector
-java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false
+java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false&broker.useShutdownHook=false
 
 # use the following property to specify the JNDI name the connection factory
 # should appear as. 

Modified: tuscany/sca-java-2.x/trunk/itest/jms/definitions/src/main/resources/jndi.properties
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/jms/definitions/src/main/resources/jndi.properties?rev=937960&r1=937959&r2=937960&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/jms/definitions/src/main/resources/jndi.properties (original)
+++ tuscany/sca-java-2.x/trunk/itest/jms/definitions/src/main/resources/jndi.properties Mon Apr 26 08:21:14 2010
@@ -20,7 +20,7 @@
 java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
 
 # use the following property to configure the default connector
-java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false
+java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false&broker.useShutdownHook=false
 
 # use the following property to specify the JNDI name the connection factory
 # should appear as. 

Modified: tuscany/sca-java-2.x/trunk/itest/jms/nulls/src/main/resources/jndi.properties
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/jms/nulls/src/main/resources/jndi.properties?rev=937960&r1=937959&r2=937960&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/jms/nulls/src/main/resources/jndi.properties (original)
+++ tuscany/sca-java-2.x/trunk/itest/jms/nulls/src/main/resources/jndi.properties Mon Apr 26 08:21:14 2010
@@ -20,7 +20,7 @@
 java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
 
 # use the following property to configure the default connector
-java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false
+java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false&broker.useShutdownHook=false
 
 # use the following property to specify the JNDI name the connection factory
 # should appear as. 

Modified: tuscany/sca-java-2.x/trunk/itest/jms/selectors/src/main/resources/jndi.properties
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/jms/selectors/src/main/resources/jndi.properties?rev=937960&r1=937959&r2=937960&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/jms/selectors/src/main/resources/jndi.properties (original)
+++ tuscany/sca-java-2.x/trunk/itest/jms/selectors/src/main/resources/jndi.properties Mon Apr 26 08:21:14 2010
@@ -20,7 +20,7 @@
 java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
 
 # use the following property to configure the default connector
-java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false
+java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false&broker.useShutdownHook=false
 
 # use the following property to specify the JNDI name the connection factory
 # should appear as. 

Modified: tuscany/sca-java-2.x/trunk/itest/jms/topics/src/main/resources/jndi.properties
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/jms/topics/src/main/resources/jndi.properties?rev=937960&r1=937959&r2=937960&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/jms/topics/src/main/resources/jndi.properties (original)
+++ tuscany/sca-java-2.x/trunk/itest/jms/topics/src/main/resources/jndi.properties Mon Apr 26 08:21:14 2010
@@ -20,7 +20,7 @@
 java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
 
 # use the following property to configure the default connector
-java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false
+java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false&broker.useShutdownHook=false
 
 # use the following property to specify the JNDI name the connection factory
 # should appear as. 

Modified: tuscany/sca-java-2.x/trunk/itest/jms/ttl/src/main/resources/jndi.properties
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/jms/ttl/src/main/resources/jndi.properties?rev=937960&r1=937959&r2=937960&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/jms/ttl/src/main/resources/jndi.properties (original)
+++ tuscany/sca-java-2.x/trunk/itest/jms/ttl/src/main/resources/jndi.properties Mon Apr 26 08:21:14 2010
@@ -20,7 +20,7 @@
 java.naming.factory.initial = itest.MockInitialContextFactory
 
 # use the following property to configure the default connector
-java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false
+java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx=false&broker.useShutdownHook=false
 
 # use the following property to specify the JNDI name the connection factory
 # should appear as.