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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 8 06:03:28 EST 2007


Author: alex.loubyansky at jboss.com
Date: 2007-11-08 06:03:28 -0500 (Thu, 08 Nov 2007)
New Revision: 66856

Modified:
   trunk/testsuite/src/resources/testbean/META-INF/ejb-jar.xml
Log:
use correct trans-attribute values

Modified: trunk/testsuite/src/resources/testbean/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/testbean/META-INF/ejb-jar.xml	2007-11-08 10:43:21 UTC (rev 66855)
+++ trunk/testsuite/src/resources/testbean/META-INF/ejb-jar.xml	2007-11-08 11:03:28 UTC (rev 66856)
@@ -213,7 +213,7 @@
                 <ejb-name>nextgen.TxSession</ejb-name>
                 <method-name>txRequiresNew</method-name>
             </method>
-            <trans-attribute>REQUIRESNEW</trans-attribute>
+            <trans-attribute>RequiresNew</trans-attribute>
         </container-transaction>
         
         <container-transaction>
@@ -229,7 +229,7 @@
                 <ejb-name>nextgen.TxSession</ejb-name>
                 <method-name>txNotSupported</method-name>
             </method>
-            <trans-attribute>Not_Supported</trans-attribute>
+            <trans-attribute>NotSupported</trans-attribute>
         </container-transaction>
         
     </assembly-descriptor>




More information about the jboss-cvs-commits mailing list