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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 15 04:14:29 EST 2010


Author: areshetnyak
Date: 2010-01-15 04:14:28 -0500 (Fri, 15 Jan 2010)
New Revision: 1400

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/lock/cache/CacheLockImpl.java
Log:
EXOJCR-332 : The CacheLockImpl was changed.

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/lock/cache/CacheLockImpl.java
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/lock/cache/CacheLockImpl.java	2010-01-14 20:14:36 UTC (rev 1399)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/lock/cache/CacheLockImpl.java	2010-01-15 09:14:28 UTC (rev 1400)
@@ -46,6 +46,7 @@
       this.lockData = lockData;
       this.session = session;
       this.lockManager = lockManager;
+      this.live = true;
    }
 
    public String getLockOwner()



More information about the exo-jcr-commits mailing list