[jboss-cvs] JBossAS SVN: r72164 - trunk/testsuite/src/resources/cts/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 14 07:23:53 EDT 2008


Author: adrian at jboss.org
Date: 2008-04-14 07:23:53 -0400 (Mon, 14 Apr 2008)
New Revision: 72164

Modified:
   trunk/testsuite/src/resources/cts/META-INF/jboss.xml
Log:
Add dependencies on hot deployed queues

Modified: trunk/testsuite/src/resources/cts/META-INF/jboss.xml
===================================================================
--- trunk/testsuite/src/resources/cts/META-INF/jboss.xml	2008-04-14 11:01:13 UTC (rev 72163)
+++ trunk/testsuite/src/resources/cts/META-INF/jboss.xml	2008-04-14 11:23:53 UTC (rev 72164)
@@ -101,10 +101,12 @@
          <ejb-name>StrictlyPooledMDB</ejb-name>
          <destination-jndi-name>queue/A</destination-jndi-name>
          <configuration-name>Strictly Pooled Message Driven Bean</configuration-name>
+         <depends>jboss.mq.destination:service=Queue,name=A</depends>
       </message-driven>
       <message-driven>
          <ejb-name>SubclassMDB</ejb-name>
          <destination-jndi-name>queue/C</destination-jndi-name>
+         <depends>jboss.mq.destination:service=Queue,name=C</depends>
       </message-driven>
    </enterprise-beans>
 




More information about the jboss-cvs-commits mailing list