[jboss-cvs] JBossAS SVN: r61840 - branches/Branch_4_0/testsuite/src/resources/txtimer/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 29 08:01:04 EDT 2007


Author: dimitris at jboss.org
Date: 2007-03-29 08:01:04 -0400 (Thu, 29 Mar 2007)
New Revision: 61840

Modified:
   branches/Branch_4_0/testsuite/src/resources/txtimer/META-INF/jboss.xml
Log:
JBAS-4248, txtimer entity bean tests needs commit options A

Modified: branches/Branch_4_0/testsuite/src/resources/txtimer/META-INF/jboss.xml
===================================================================
--- branches/Branch_4_0/testsuite/src/resources/txtimer/META-INF/jboss.xml	2007-03-29 12:00:29 UTC (rev 61839)
+++ branches/Branch_4_0/testsuite/src/resources/txtimer/META-INF/jboss.xml	2007-03-29 12:01:04 UTC (rev 61840)
@@ -1,33 +1,38 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 3.2//EN" "http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd">
+<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
 
 <jboss>
-
    <enterprise-beans>
-
       <entity>
          <ejb-name>test/txtimer/TimerEntity</ejb-name>
          <jndi-name>test/txtimer/TimerEntity</jndi-name>
          <local-jndi-name>test/txtimer/TimerEntityLocal</local-jndi-name>
          <timer-persistence>false</timer-persistence>
-        <method-attributes>
-        </method-attributes>
+         <configuration-name>TestEntity Container Configuration</configuration-name>
       </entity>
 
       <session>
          <ejb-name>test/txtimer/TimerFacade</ejb-name>
          <jndi-name>test/txtimer/TimerFacade</jndi-name>
       </session>
+      
       <session>
          <ejb-name>test/txtimer/TimerSession</ejb-name>
          <jndi-name>test/txtimer/TimerSession</jndi-name>
          <local-jndi-name>test/txtimer/TimerSessionLocal</local-jndi-name>
       </session>
+      
       <session>
          <ejb-name>test/txtimer/TimerTest</ejb-name>
          <jndi-name>test/txtimer/TimerTest</jndi-name>
       </session>
-      
    </enterprise-beans>
 
+   <container-configurations>
+   <!-- Standard BPM Entity Bean, using commit-option A -->
+   <container-configuration extends="Standard BMP EntityBean">
+      <container-name>TestEntity Container Configuration</container-name>
+         <commit-option>B</commit-option>
+      </container-configuration>
+   </container-configurations>
 </jboss>




More information about the jboss-cvs-commits mailing list