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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 14 09:33:53 EST 2010


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)



More information about the exo-jcr-commits mailing list