[jboss-cvs] JBossAS SVN: r92288 - projects/docs/enterprise/5.0/Examples/jboss-messaging-examples/bridge/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 12 19:02:40 EDT 2009


Author: irooskov at redhat.com
Date: 2009-08-12 19:02:39 -0400 (Wed, 12 Aug 2009)
New Revision: 92288

Modified:
   projects/docs/enterprise/5.0/Examples/jboss-messaging-examples/bridge/etc/test-bridge-service.xml
Log:
JBPAPP-2468 fix


Modified: projects/docs/enterprise/5.0/Examples/jboss-messaging-examples/bridge/etc/test-bridge-service.xml
===================================================================
--- projects/docs/enterprise/5.0/Examples/jboss-messaging-examples/bridge/etc/test-bridge-service.xml	2009-08-12 22:31:27 UTC (rev 92287)
+++ projects/docs/enterprise/5.0/Examples/jboss-messaging-examples/bridge/etc/test-bridge-service.xml	2009-08-12 23:02:39 UTC (rev 92288)
@@ -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