Right what I am wondering is what do you do if the application needs the lock to persist for long periods time, and possible between app server restarts. Where does the token get stored? Can I put it on the file node as a property?
On 8/20/08, Angela Schreiber <[EMAIL PROTECTED]> wrote: > > hi michael > > How does one release a non-session scoped lock? >> > > the Session that is the lock-holder (contains the > token associated with the lock) must call Node.unlock > to release the lock. the owner (userID) is for > information purpose only. > > see also: > Node#unlock > Session#addLockToken > Session#removeLockToken > Session#getLockTokens > > for details please refer to section '8.4 Locking' of the > specification. > > kind regards > angela > > > -- --------------------- Michael Harris
