[exo-jcr-commits] exo-jcr SVN: r1444 - kernel/trunk/exo.kernel.component.common/src/test/resources/conf/standalone.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Jan 17 04:11:16 EST 2010


Author: pnedonosko
Date: 2010-01-17 04:11:16 -0500 (Sun, 17 Jan 2010)
New Revision: 1444

Modified:
   kernel/trunk/exo.kernel.component.common/src/test/resources/conf/standalone/test-configuration.xml
Log:
EXOJCR-410 track-without-transaction=true in TS tests (actual for JOTM TS impl only)

Modified: kernel/trunk/exo.kernel.component.common/src/test/resources/conf/standalone/test-configuration.xml
===================================================================
--- kernel/trunk/exo.kernel.component.common/src/test/resources/conf/standalone/test-configuration.xml	2010-01-17 09:01:11 UTC (rev 1443)
+++ kernel/trunk/exo.kernel.component.common/src/test/resources/conf/standalone/test-configuration.xml	2010-01-17 09:11:16 UTC (rev 1444)
@@ -163,6 +163,10 @@
             <name>timeout</name>
             <value>5</value>
          </value-param>
+         <value-param>
+            <name>track-without-transaction</name>
+            <value>true</value>
+         </value-param>
       </init-params>
    </component>
 



More information about the exo-jcr-commits mailing list