[jboss-cvs] JBossAS SVN: r61253 - branches/Branch_4_2/testsuite/src/resources/classloader/leak/ejb/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 10 18:54:43 EST 2007


Author: bstansberry at jboss.com
Date: 2007-03-10 18:54:43 -0500 (Sat, 10 Mar 2007)
New Revision: 61253

Modified:
   branches/Branch_4_2/testsuite/src/resources/classloader/leak/ejb/META-INF/ejb-jar.xml
Log:
Use CMT

Modified: branches/Branch_4_2/testsuite/src/resources/classloader/leak/ejb/META-INF/ejb-jar.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/classloader/leak/ejb/META-INF/ejb-jar.xml	2007-03-10 16:45:43 UTC (rev 61252)
+++ branches/Branch_4_2/testsuite/src/resources/classloader/leak/ejb/META-INF/ejb-jar.xml	2007-03-10 23:54:43 UTC (rev 61253)
@@ -11,7 +11,7 @@
             <remote>org.jboss.test.classloader.leak.ejb.interfaces.StatelessSession</remote>
             <ejb-class>org.jboss.test.classloader.leak.ejb.bean.StatelessSessionBean</ejb-class>
             <session-type>Stateless</session-type>
-            <transaction-type>Bean</transaction-type>
+            <transaction-type>Container</transaction-type>
         </session>
         
        <session>
@@ -20,7 +20,7 @@
             <remote>org.jboss.test.classloader.leak.ejb.interfaces.StatefulSession</remote>
             <ejb-class>org.jboss.test.classloader.leak.ejb.bean.StatefulSessionBean</ejb-class>
             <session-type>Stateful</session-type>
-            <transaction-type>Bean</transaction-type>
+            <transaction-type>Container</transaction-type>
         </session>
         
     </enterprise-beans>




More information about the jboss-cvs-commits mailing list