Author: areshetnyak
Date: 2010-01-14 09:33:52 -0500 (Thu, 14 Jan 2010)
New Revision: 1391
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/RepositoryContainer.java
Log:
EXOJCR-332 : The RepositoryContainer was fixed, CacheableLockManager.
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/RepositoryContainer.java
===================================================================
---
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/RepositoryContainer.java 2010-01-14
14:28:22 UTC (rev 1390)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/RepositoryContainer.java 2010-01-14
14:33:52 UTC (rev 1391)
@@ -267,14 +267,14 @@
}
}
- if (wsConfig.getLockManager() != null)
+ /*if (wsConfig.getLockManager() != null)
{
workspaceContainer.registerComponentImplementation(CacheableLockManager.class);
}
else
- {
+ {*/
workspaceContainer.registerComponentImplementation(LockManagerImpl.class);
- }
+ /*}*/
// Query handler
if (wsConfig.getQueryHandler() != null)
Show replies by date