[jboss-svn-commits] JBoss Common SVN: r2598 - jbossxb/trunk/src/test/resources/org/jboss/test/ejb/metadata/test.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 2 14:49:06 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-10-02 14:49:06 -0400 (Tue, 02 Oct 2007)
New Revision: 2598

Modified:
   jbossxb/trunk/src/test/resources/org/jboss/test/ejb/metadata/test/JBoss5xEverything_testEverything.xml
Log:
Change ejb-store-on-clean to call-ejb-store-on-clean to match the standardjboss.xml

Modified: jbossxb/trunk/src/test/resources/org/jboss/test/ejb/metadata/test/JBoss5xEverything_testEverything.xml
===================================================================
--- jbossxb/trunk/src/test/resources/org/jboss/test/ejb/metadata/test/JBoss5xEverything_testEverything.xml	2007-09-26 19:53:21 UTC (rev 2597)
+++ jbossxb/trunk/src/test/resources/org/jboss/test/ejb/metadata/test/JBoss5xEverything_testEverything.xml	2007-10-02 18:49:06 UTC (rev 2598)
@@ -2745,7 +2745,7 @@
          <invoker-proxy-binding-name>containerConfiguration1InvokerProxyBindingName2</invoker-proxy-binding-name>
          <sync-on-commit-only>true</sync-on-commit-only>
          <insert-after-ejb-post-create>true</insert-after-ejb-post-create>
-         <ejb-store-on-clean>true</ejb-store-on-clean>
+         <call-ejb-store-on-clean>true</call-ejb-store-on-clean>
          <store-not-flushed>true</store-not-flushed>
          <!-- TODO container-interceptors -->
          <instance-pool>containerConfiguration1InstancePool</instance-pool>
@@ -2780,7 +2780,7 @@
          <invoker-proxy-binding-name>containerConfiguration2InvokerProxyBindingName2</invoker-proxy-binding-name>
          <sync-on-commit-only>false</sync-on-commit-only>
          <insert-after-ejb-post-create>false</insert-after-ejb-post-create>
-         <ejb-store-on-clean>false</ejb-store-on-clean>
+         <call-ejb-store-on-clean>false</call-ejb-store-on-clean>
          <store-not-flushed>false</store-not-flushed>
          <!-- TODO container-interceptors -->
          <instance-pool>containerConfiguration2InstancePool</instance-pool>




More information about the jboss-svn-commits mailing list