[jboss-cvs] JBoss Messaging SVN: r5851 - branches/Branch_1_4/docs/examples/bridge/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 12 02:43:06 EST 2009


Author: gaohoward
Date: 2009-02-12 02:43:06 -0500 (Thu, 12 Feb 2009)
New Revision: 5851

Modified:
   branches/Branch_1_4/docs/examples/bridge/etc/test-bridge-service.xml
Log:
update provider name to confirm to community AS for 1.4.2.GA-sp1



Modified: branches/Branch_1_4/docs/examples/bridge/etc/test-bridge-service.xml
===================================================================
--- branches/Branch_1_4/docs/examples/bridge/etc/test-bridge-service.xml	2009-02-12 07:05:48 UTC (rev 5850)
+++ branches/Branch_1_4/docs/examples/bridge/etc/test-bridge-service.xml	2009-02-12 07:43:06 UTC (rev 5851)
@@ -14,10 +14,10 @@
           xmbean-dd="xmdesc/Bridge-xmbean.xml">
           
       <!-- The JMS provider loader that is used to lookup the source destination -->   
-      <depends optional-attribute-name="SourceProviderLoader">jboss.jms:service=JMSProviderLoader,name=JMSProvider</depends>     
+      <depends optional-attribute-name="SourceProviderLoader">jboss.messaging:service=JMSProviderLoader,name=JMSProvider</depends>     
       
       <!-- The JMS provider loader that is used to lookup the target destination -->
-      <depends optional-attribute-name="TargetProviderLoader">jboss.jms:service=JMSProviderLoader,name=JMSProvider</depends>    
+      <depends optional-attribute-name="TargetProviderLoader">jboss.messaging:service=JMSProviderLoader,name=JMSProvider</depends>    
       
       <!-- The JNDI lookup for the source destination -->
       <attribute name="SourceDestinationLookup">/queue/A</attribute> 




More information about the jboss-cvs-commits mailing list