[jboss-cvs] JBossAS SVN: r90762 - branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 2 05:44:54 EDT 2009


Author: emuckenhuber
Date: 2009-07-02 05:44:53 -0400 (Thu, 02 Jul 2009)
New Revision: 90762

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
Log:
interleaving can only be true for XA transaction type of factories

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2009-07-02 09:24:14 UTC (rev 90761)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2009-07-02 09:44:53 UTC (rev 90762)
@@ -740,7 +740,6 @@
       propValues.put("config-property", metaValue);
 
       propValues.put("xa-transaction", SimpleValueSupport.wrap(Boolean.FALSE));
-      propValues.put("interleaving", SimpleValueSupport.wrap(Boolean.TRUE));
       propValues.put("xa-resource-timeout", SimpleValueSupport.wrap(new Integer(256)));
 
       // todo: how to set the specific domain?




More information about the jboss-cvs-commits mailing list