[jboss-cvs] JBoss Messaging SVN: r8320 - branches/Branch_1_4/integration/EAP5/etc/server/default/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 7 23:08:45 EDT 2011


Author: gaohoward
Date: 2011-06-07 23:08:43 -0400 (Tue, 07 Jun 2011)
New Revision: 8320

Modified:
   branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/db2-persistence-service.xml
   branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/mssql-persistence-service.xml
   branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/mysql-persistence-service.xml
   branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/ndb-persistence-service.xml
   branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/oracle-persistence-service.xml
   branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/postgresql-persistence-service.xml
   branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/sybase-persistence-service.xml
Log:
JBMESSAGING-1872


Modified: branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/db2-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/db2-persistence-service.xml	2011-06-08 02:02:38 UTC (rev 8319)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/db2-persistence-service.xml	2011-06-08 03:08:43 UTC (rev 8320)
@@ -166,6 +166,9 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
       
+      <!-- Note: the depends on ChannelFactory service, as well as the attributes ControlChannelName, DataChannelName 
+           and ChannelPartitionName are only needed by clustered nodes. For non-clustered
+           nodes, please remove them. -->
       <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>

Modified: branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/mssql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/mssql-persistence-service.xml	2011-06-08 02:02:38 UTC (rev 8319)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/mssql-persistence-service.xml	2011-06-08 03:08:43 UTC (rev 8320)
@@ -162,6 +162,9 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
       
+      <!-- Note: the depends on ChannelFactory service, as well as the attributes ControlChannelName, DataChannelName 
+           and ChannelPartitionName are only needed by clustered nodes. For non-clustered
+           nodes, please remove them. -->
       <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>

Modified: branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/mysql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/mysql-persistence-service.xml	2011-06-08 02:02:38 UTC (rev 8319)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/mysql-persistence-service.xml	2011-06-08 03:08:43 UTC (rev 8320)
@@ -162,6 +162,9 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
 
+      <!-- Note: the depends on ChannelFactory service, as well as the attributes ControlChannelName, DataChannelName 
+           and ChannelPartitionName are only needed by clustered nodes. For non-clustered
+           nodes, please remove them. -->
       <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>

Modified: branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/ndb-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/ndb-persistence-service.xml	2011-06-08 02:02:38 UTC (rev 8319)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/ndb-persistence-service.xml	2011-06-08 03:08:43 UTC (rev 8320)
@@ -164,6 +164,9 @@
 
       <attribute name="FailoverOnNodeLeave">false</attribute>
 
+      <!-- Note: the depends on ChannelFactory service, as well as the attributes ControlChannelName, DataChannelName 
+           and ChannelPartitionName are only needed by clustered nodes. For non-clustered
+           nodes, please remove them. -->
       <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>

Modified: branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/oracle-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/oracle-persistence-service.xml	2011-06-08 02:02:38 UTC (rev 8319)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/oracle-persistence-service.xml	2011-06-08 03:08:43 UTC (rev 8320)
@@ -166,6 +166,9 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
       
+      <!-- Note: the depends on ChannelFactory service, as well as the attributes ControlChannelName, DataChannelName 
+           and ChannelPartitionName are only needed by clustered nodes. For non-clustered
+           nodes, please remove them. -->
       <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>

Modified: branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/postgresql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/postgresql-persistence-service.xml	2011-06-08 02:02:38 UTC (rev 8319)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/postgresql-persistence-service.xml	2011-06-08 03:08:43 UTC (rev 8320)
@@ -162,6 +162,9 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
 
+      <!-- Note: the depends on ChannelFactory service, as well as the attributes ControlChannelName, DataChannelName 
+           and ChannelPartitionName are only needed by clustered nodes. For non-clustered
+           nodes, please remove them. -->
       <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>

Modified: branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/sybase-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/sybase-persistence-service.xml	2011-06-08 02:02:38 UTC (rev 8319)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/sybase-persistence-service.xml	2011-06-08 03:08:43 UTC (rev 8320)
@@ -167,6 +167,9 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
       
+      <!-- Note: the depends on ChannelFactory service, as well as the attributes ControlChannelName, DataChannelName 
+           and ChannelPartitionName are only needed by clustered nodes. For non-clustered
+           nodes, please remove them. -->
       <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>



More information about the jboss-cvs-commits mailing list