[jboss-cvs] JBoss Messaging SVN: r7747 - in branches/Branch_1_4/integration: EAP4/etc/server/default/deploy and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 17 04:51:04 EDT 2009


Author: gaohoward
Date: 2009-08-17 04:51:03 -0400 (Mon, 17 Aug 2009)
New Revision: 7747

Modified:
   branches/Branch_1_4/integration/AS5/etc/server/default/deploy/connection-factories-service.xml
   branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/connection-factories-service.xml
Log:
JBMESSAGING-1713


Modified: branches/Branch_1_4/integration/AS5/etc/server/default/deploy/connection-factories-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/server/default/deploy/connection-factories-service.xml	2009-08-17 07:52:52 UTC (rev 7746)
+++ branches/Branch_1_4/integration/AS5/etc/server/default/deploy/connection-factories-service.xml	2009-08-17 08:51:03 UTC (rev 7747)
@@ -62,6 +62,7 @@
       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
       <depends optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=bisocket</depends>
       <depends>jboss.messaging:service=PostOffice</depends>
+      <depends>jboss.messaging.connectionfactory:service=ClusteredConnectionFactory</depends>
       <attribute name="SupportsFailover">false</attribute>
       <attribute name="SupportsLoadBalancing">false</attribute>      
    </mbean>
@@ -150,4 +151,4 @@
    
    -->
 
-</server>
\ No newline at end of file
+</server>

Modified: branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/connection-factories-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/connection-factories-service.xml	2009-08-17 07:52:52 UTC (rev 7746)
+++ branches/Branch_1_4/integration/EAP4/etc/server/default/deploy/connection-factories-service.xml	2009-08-17 08:51:03 UTC (rev 7747)
@@ -62,6 +62,7 @@
       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
       <depends optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=bisocket</depends>
       <depends>jboss.messaging:service=PostOffice</depends>
+      <depends>jboss.messaging.connectionfactory:service=ClusteredConnectionFactory</depends>
       <attribute name="SupportsFailover">false</attribute>
       <attribute name="SupportsLoadBalancing">false</attribute>      
    </mbean>
@@ -150,4 +151,4 @@
    
    -->
 
-</server>
\ No newline at end of file
+</server>




More information about the jboss-cvs-commits mailing list