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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 15 20:26:50 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-15 20:26:50 -0400 (Thu, 15 Mar 2007)
New Revision: 61354

Modified:
   trunk/testsuite/src/resources/deadlock/META-INF/jboss.xml
Log:
Add depends on DeadlockDS

Modified: trunk/testsuite/src/resources/deadlock/META-INF/jboss.xml
===================================================================
--- trunk/testsuite/src/resources/deadlock/META-INF/jboss.xml	2007-03-15 19:55:48 UTC (rev 61353)
+++ trunk/testsuite/src/resources/deadlock/META-INF/jboss.xml	2007-03-16 00:26:50 UTC (rev 61354)
@@ -6,18 +6,22 @@
       <entity>
          <ejb-name>nextgenEnterpriseEntity</ejb-name>
          <configuration-name>Standard Pessimistic CMP 2.x EntityBean</configuration-name>
+         <depends>jboss.jca:service=LocalTxCM,name=DeadlockDS</depends>
       </entity>
       <entity>
          <ejb-name>nextgenEnterpriseEntityReentrant</ejb-name>
          <configuration-name>Standard Pessimistic CMP 2.x EntityBean</configuration-name>
+         <depends>jboss.jca:service=LocalTxCM,name=DeadlockDS</depends>
       </entity>
       <entity>
          <ejb-name>nextgenEnterpriseEntityNotSupported</ejb-name>
          <configuration-name>Standard Pessimistic CMP 2.x EntityBean</configuration-name>
+         <depends>jboss.jca:service=LocalTxCM,name=DeadlockDS</depends>
       </entity>
       <entity>
          <ejb-name>nextgenEnterpriseEntityNotSupportedReentrant</ejb-name>
          <configuration-name>Standard Pessimistic CMP 2.x EntityBean</configuration-name>
+         <depends>jboss.jca:service=LocalTxCM,name=DeadlockDS</depends>
       </entity>
    </enterprise-beans>
 </jboss>




More information about the jboss-cvs-commits mailing list