[exo-jcr-commits] exo-jcr SVN: r1213 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 28 09:21:59 EST 2009


Author: skabashnyuk
Date: 2009-12-28 09:21:58 -0500 (Mon, 28 Dec 2009)
New Revision: 1213

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JbossCacheIndexUpdateMonitor.java
Log:
EXOJCR-331 : Logger info added

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JbossCacheIndexUpdateMonitor.java
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JbossCacheIndexUpdateMonitor.java	2009-12-28 13:53:32 UTC (rev 1212)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JbossCacheIndexUpdateMonitor.java	2009-12-28 14:21:58 UTC (rev 1213)
@@ -73,7 +73,7 @@
     */
    public void setUpdateInProgress(boolean updateInProgress)
    {
-
+      log.info("setUpdateInProgress=" + updateInProgress);
       TransactionManager tm = ((CacheSPI<Serializable, Object>)cache).getTransactionManager();
       try
       {
@@ -109,5 +109,4 @@
       }
 
    }
-
 }



More information about the exo-jcr-commits mailing list