[jboss-cvs] JBossAS SVN: r66948 - trunk/testsuite/src/resources/cluster/partition/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 10 09:13:58 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-10 09:13:58 -0500 (Sat, 10 Nov 2007)
New Revision: 66948

Modified:
   trunk/testsuite/src/resources/cluster/partition/META-INF/ejb-jar.xml
Log:
Use the valid schema values for trans-attribute

Modified: trunk/testsuite/src/resources/cluster/partition/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/partition/META-INF/ejb-jar.xml	2007-11-10 14:13:39 UTC (rev 66947)
+++ trunk/testsuite/src/resources/cluster/partition/META-INF/ejb-jar.xml	2007-11-10 14:13:58 UTC (rev 66948)
@@ -217,7 +217,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>
@@ -233,7 +233,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