Author: skabashnyuk
Date: 2009-12-25 08:45:08 -0500 (Fri, 25 Dec 2009)
New Revision: 1184
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JbossCacheIndexChangesFilter.java
Log:
EXOJCR-331 : Enabled default implementations
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JbossCacheIndexChangesFilter.java
===================================================================
---
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JbossCacheIndexChangesFilter.java 2009-12-25
13:43:32 UTC (rev 1183)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JbossCacheIndexChangesFilter.java 2009-12-25
13:45:08 UTC (rev 1184)
@@ -122,15 +122,15 @@
if (!parentHandler.isInitialized())
{
// TODO: uncomment it, when JbossCacheIndexInfos is finished.
- //parentHandler.setIndexInfos(new JbossCacheIndexInfos(cache, true, ioMode));
- //parentHandler.setIndexUpdateMonitor(new JbossCacheIndexUpdateMonitor(cache));
+ parentHandler.setIndexInfos(new JbossCacheIndexInfos(cache, true, ioMode));
+ parentHandler.setIndexUpdateMonitor(new JbossCacheIndexUpdateMonitor(cache));
parentHandler.init();
}
if (!handler.isInitialized())
{
// TODO: uncomment it, when JbossCacheIndexInfos is finished.
- //handler.setIndexInfos(new JbossCacheIndexInfos(cache, false, ioMode));
- //handler.setIndexUpdateMonitor(new JbossCacheIndexUpdateMonitor(cache));
+ handler.setIndexInfos(new JbossCacheIndexInfos(cache, false, ioMode));
+ handler.setIndexUpdateMonitor(new JbossCacheIndexUpdateMonitor(cache));
handler.init();
}
Show replies by date