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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 6 03:48:03 EDT 2010


Author: gaohoward
Date: 2010-07-06 03:48:02 -0400 (Tue, 06 Jul 2010)
New Revision: 8066

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


Modified: branches/Branch_1_4/integration/AS5/etc/server/default/deploy/db2-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/db2-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/db2-persistence-service.xml	2010-07-06 07:48:02 UTC (rev 8066)
@@ -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/AS5/etc/server/default/deploy/mssql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mssql-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mssql-persistence-service.xml	2010-07-06 07:48:02 UTC (rev 8066)
@@ -148,7 +148,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/AS5/etc/server/default/deploy/mysql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mysql-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/mysql-persistence-service.xml	2010-07-06 07:48:02 UTC (rev 8066)
@@ -148,7 +148,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/AS5/etc/server/default/deploy/ndb-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/ndb-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/ndb-persistence-service.xml	2010-07-06 07:48:02 UTC (rev 8066)
@@ -150,7 +150,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/AS5/etc/server/default/deploy/oracle-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/oracle-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/oracle-persistence-service.xml	2010-07-06 07:48:02 UTC (rev 8066)
@@ -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/AS5/etc/server/default/deploy/postgresql-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/postgresql-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/postgresql-persistence-service.xml	2010-07-06 07:48:02 UTC (rev 8066)
@@ -148,7 +148,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/AS5/etc/server/default/deploy/sybase-persistence-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/sybase-persistence-service.xml	2010-07-06 07:43:23 UTC (rev 8065)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/sybase-persistence-service.xml	2010-07-06 07:48:02 UTC (rev 8066)
@@ -153,7 +153,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