[jboss-cvs] JBoss Messaging SVN: r3925 - branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 25 09:07:22 EDT 2008


Author: timfox
Date: 2008-03-25 09:07:21 -0400 (Tue, 25 Mar 2008)
New Revision: 3925

Modified:
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mssql-persistence-service.xml
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mysql-persistence-service.xml
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/null-persistence-service.xml
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/oracle-persistence-service.xml
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/postgresql-persistence-service.xml
   branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/sybase-persistence-service.xml
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-1230


Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml	2008-03-25 13:03:20 UTC (rev 3924)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/clustered-hsqldb-persistence-service.xml	2008-03-25 13:07:21 UTC (rev 3925)
@@ -86,7 +86,7 @@
       
       <!-- Set this to true if you want failover of connections to occur when a node is shut down -->
       
-      <attribute name="FailoverOnNodeLeave">true</attribute>
+      <attribute name="FailoverOnNodeLeave">false</attribute>
       
       <!-- JGroups stack configuration for the data channel - used for sending data across the cluster -->
 

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mssql-persistence-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mssql-persistence-service.xml	2008-03-25 13:03:20 UTC (rev 3924)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mssql-persistence-service.xml	2008-03-25 13:07:21 UTC (rev 3925)
@@ -148,7 +148,7 @@
       
       <!-- Set this to true if you want failover of connections to occur when a node is shut down -->
       
-      <attribute name="FailoverOnNodeLeave">true</attribute>
+      <attribute name="FailoverOnNodeLeave">false</attribute>
       
       <!-- JGroups stack configuration for the data channel - used for sending data across the cluster -->
 

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mysql-persistence-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mysql-persistence-service.xml	2008-03-25 13:03:20 UTC (rev 3924)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/mysql-persistence-service.xml	2008-03-25 13:07:21 UTC (rev 3925)
@@ -148,7 +148,7 @@
       
       <!-- Set this to true if you want failover of connections to occur when a node is shut down -->
       
-      <attribute name="FailoverOnNodeLeave">true</attribute>
+      <attribute name="FailoverOnNodeLeave">false</attribute>
 
       <!-- JGroups stack configuration for the data channel - used for sending data across the cluster -->
 

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/null-persistence-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/null-persistence-service.xml	2008-03-25 13:03:20 UTC (rev 3924)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/null-persistence-service.xml	2008-03-25 13:07:21 UTC (rev 3925)
@@ -51,7 +51,7 @@
       
       <!-- Set this to true if you want failover of connections to occur when a node is shut down -->
       
-      <attribute name="FailoverOnNodeLeave">true</attribute>
+      <attribute name="FailoverOnNodeLeave">false</attribute>
       
       <!-- JGroups stack configuration for the data channel - used for sending data across the cluster -->
 

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/oracle-persistence-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/oracle-persistence-service.xml	2008-03-25 13:03:20 UTC (rev 3924)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/oracle-persistence-service.xml	2008-03-25 13:07:21 UTC (rev 3925)
@@ -152,7 +152,7 @@
       
       <!-- Set this to true if you want failover of connections to occur when a node is shut down -->
       
-      <attribute name="FailoverOnNodeLeave">true</attribute>
+      <attribute name="FailoverOnNodeLeave">false</attribute>
       
       <!-- JGroups stack configuration for the data channel - used for sending data across the cluster -->
 

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/postgresql-persistence-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/postgresql-persistence-service.xml	2008-03-25 13:03:20 UTC (rev 3924)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/postgresql-persistence-service.xml	2008-03-25 13:07:21 UTC (rev 3925)
@@ -148,7 +148,7 @@
 
       <!-- Set this to true if you want failover of connections to occur when a node is shut down -->
       
-      <attribute name="FailoverOnNodeLeave">true</attribute>
+      <attribute name="FailoverOnNodeLeave">false</attribute>
 
       <!-- JGroups stack configuration for the data channel - used for sending data across the cluster -->
 

Modified: branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/sybase-persistence-service.xml
===================================================================
--- branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/sybase-persistence-service.xml	2008-03-25 13:03:20 UTC (rev 3924)
+++ branches/Branch_JBossMessaging_1_4_0_SP3_CP/src/etc/server/default/deploy/sybase-persistence-service.xml	2008-03-25 13:07:21 UTC (rev 3925)
@@ -153,7 +153,7 @@
       
       <!-- Set this to true if you want failover of connections to occur when a node is shut down -->
       
-      <attribute name="FailoverOnNodeLeave">true</attribute>
+      <attribute name="FailoverOnNodeLeave">false</attribute>
       
       <!-- JGroups stack configuration for the data channel - used for sending data across the cluster -->
 




More information about the jboss-cvs-commits mailing list