[jboss-cvs] JBoss Messaging SVN: r8065 - 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 Jul 6 03:43:24 EDT 2010


Author: gaohoward
Date: 2010-07-06 03:43:23 -0400 (Tue, 06 Jul 2010)
New Revision: 8065

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-1813


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	2010-07-01 09:02:41 UTC (rev 8064)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/db2-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
@@ -156,7 +156,7 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
       
-      <attribute name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</attribute>
+      <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>
       <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}-JMS</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	2010-07-01 09:02:41 UTC (rev 8064)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/mssql-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
@@ -152,7 +152,7 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
       
-      <attribute name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</attribute>
+      <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>
       <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}-JMS</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	2010-07-01 09:02:41 UTC (rev 8064)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/mysql-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
@@ -152,7 +152,7 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
 
-      <attribute name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</attribute>
+      <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>
       <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}-JMS</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	2010-07-01 09:02:41 UTC (rev 8064)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/ndb-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
@@ -154,7 +154,7 @@
 
       <attribute name="FailoverOnNodeLeave">false</attribute>
 
-      <attribute name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</attribute>
+      <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>
       <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}-JMS</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	2010-07-01 09:02:41 UTC (rev 8064)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/oracle-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
@@ -156,7 +156,7 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
       
-      <attribute name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</attribute>
+      <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>
       <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}-JMS</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	2010-07-01 09:02:41 UTC (rev 8064)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/postgresql-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
@@ -152,7 +152,7 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
 
-      <attribute name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</attribute>
+      <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>
       <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}-JMS</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	2010-07-01 09:02:41 UTC (rev 8064)
+++ branches/Branch_1_4/integration/EAP5/etc/server/default/deploy/sybase-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
@@ -157,7 +157,7 @@
       
       <attribute name="FailoverOnNodeLeave">false</attribute>
       
-      <attribute name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</attribute>
+      <depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>
       <attribute name="ControlChannelName">jbm-control</attribute>
       <attribute name="DataChannelName">jbm-data</attribute>
       <attribute name="ChannelPartitionName">${jboss.partition.name:DefaultPartition}-JMS</attribute>



More information about the jboss-cvs-commits mailing list