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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 29 08:00:30 EDT 2007


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

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

Modified: trunk/testsuite/src/resources/txtimer/META-INF/jboss.xml
===================================================================
--- trunk/testsuite/src/resources/txtimer/META-INF/jboss.xml	2007-03-29 11:59:48 UTC (rev 61838)
+++ trunk/testsuite/src/resources/txtimer/META-INF/jboss.xml	2007-03-29 12:00:29 UTC (rev 61839)
@@ -2,32 +2,37 @@
 <!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