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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jan 4 07:39:06 EST 2010


Author: skabashnyuk
Date: 2010-01-04 07:39:05 -0500 (Mon, 04 Jan 2010)
New Revision: 1273

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/ExoEvictionActionPolicy.java
Log:
EXOJCR-361 :  logger enabled

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/ExoEvictionActionPolicy.java
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/ExoEvictionActionPolicy.java	2010-01-04 12:26:21 UTC (rev 1272)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/ExoEvictionActionPolicy.java	2010-01-04 12:39:05 UTC (rev 1273)
@@ -30,8 +30,7 @@
  * @author <a href="mailto:alex.reshetnyak at exoplatform.com.ua">Alex Reshetnyak</a> 
  * @version $Id$
  */
-public class ExoEvictionActionPolicy
-   implements EvictionActionPolicy
+public class ExoEvictionActionPolicy implements EvictionActionPolicy
 {
    private static final Log LOG = ExoLogger.getLogger("jcr.ExoEvictionActionPolicy");
 
@@ -61,8 +60,10 @@
    {
       try
       {
-         if (LOG.isDebugEnabled())
-            LOG.debug("Evicting Fqn " + fqn);
+         //         if (LOG.isDebugEnabled())
+         //            LOG.debug("Evicting Fqn " + fqn);
+         //For testing
+         LOG.info("Evicting Fqn " + fqn);
 
          cache.evict(fqn);
          return true;



More information about the exo-jcr-commits mailing list