[exo-jcr-commits] exo-jcr SVN: r1443 - kernel/trunk/exo.kernel.component.common/src/main/java/org/exoplatform/services/transaction/impl/jotm.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Jan 17 04:01:12 EST 2010


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

Modified:
   kernel/trunk/exo.kernel.component.common/src/main/java/org/exoplatform/services/transaction/impl/jotm/TransactionServiceJotmImpl.java
Log:
EXOJCR-410 track-without-transaction=false by default

Modified: kernel/trunk/exo.kernel.component.common/src/main/java/org/exoplatform/services/transaction/impl/jotm/TransactionServiceJotmImpl.java
===================================================================
--- kernel/trunk/exo.kernel.component.common/src/main/java/org/exoplatform/services/transaction/impl/jotm/TransactionServiceJotmImpl.java	2010-01-17 08:56:14 UTC (rev 1442)
+++ kernel/trunk/exo.kernel.component.common/src/main/java/org/exoplatform/services/transaction/impl/jotm/TransactionServiceJotmImpl.java	2010-01-17 09:01:11 UTC (rev 1443)
@@ -55,7 +55,7 @@
 
    public static final String TRACK_WITHOT_TRANSACTION_PARAM = "track-without-transaction";
 
-   private boolean trackWithoutTransaction = true;
+   private boolean trackWithoutTransaction = false;
 
    private Current current;
 



More information about the exo-jcr-commits mailing list