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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 21 05:32:25 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-21 05:32:25 -0400 (Wed, 21 Mar 2007)
New Revision: 61532

Modified:
   trunk/testsuite/src/resources/deadlock/META-INF/jboss.xml
Log:
Update the depends target to the DataSourceBinding

Modified: trunk/testsuite/src/resources/deadlock/META-INF/jboss.xml
===================================================================
--- trunk/testsuite/src/resources/deadlock/META-INF/jboss.xml	2007-03-21 09:29:53 UTC (rev 61531)
+++ trunk/testsuite/src/resources/deadlock/META-INF/jboss.xml	2007-03-21 09:32:25 UTC (rev 61532)
@@ -6,22 +6,19 @@
       <entity>
          <ejb-name>nextgenEnterpriseEntity</ejb-name>
          <configuration-name>Standard Pessimistic CMP 2.x EntityBean</configuration-name>
-         <depends>jboss.jca:service=LocalTxCM,name=DeadlockDS</depends>
+         <depends>jboss.jca:service=DataSourceBinding,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