[jboss-cvs] JBossAS SVN: r91948 - branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/imports.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 4 03:45:03 EDT 2009


Author: istudens at redhat.com
Date: 2009-08-04 03:45:03 -0400 (Tue, 04 Aug 2009)
New Revision: 91948

Modified:
   branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/imports/test-config.xml
Log:
changed type of exception for prepare_ex scenario, XAER_RMFAIL, JBPAPP-2354

Modified: branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/imports/test-config.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/imports/test-config.xml	2009-08-04 06:22:04 UTC (rev 91947)
+++ branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/imports/test-config.xml	2009-08-04 07:45:03 UTC (rev 91948)
@@ -48,8 +48,8 @@
     - The port numbers must match the ports used by the actual server. Note that the default port bindings for a
     - server can be changed via the server.binding.name and server.binding.location properties.
     -->
-  <astest:config javaHome="${env.JAVA_HOME}" debug="true">
-     <spec name= "prepare_ex" mode="XAEXCEPTION" type="XARES_PREPARE" modeArg="XA_RDONLY" />
+  <astest:config javaHome="${env.JAVA_HOME}" debug="false">
+     <spec name= "prepare_ex" mode="XAEXCEPTION" type="XARES_PREPARE" modeArg="XAER_RMFAIL" />
      <spec name= "prepare_halt" mode="HALT" type="XARES_PREPARE" />
      <spec name= "commit_halt" mode="HALT" type="XARES_COMMIT" />
      <spec name= "none" mode="NONE" type="NONE" />




More information about the jboss-cvs-commits mailing list