[jboss-cvs] JBossAS SVN: r90763 - branches/JBPAPP_5_0/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:49:46 EDT 2009


Author: emuckenhuber
Date: 2009-07-02 05:49:46 -0400 (Thu, 02 Jul 2009)
New Revision: 90763

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

Modified: branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2009-07-02 09:44:53 UTC (rev 90762)
+++ branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2009-07-02 09:49:46 UTC (rev 90763)
@@ -751,7 +751,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