You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by ChadDavis <ch...@gmail.com> on 2010/11/04 21:54:47 UTC

lock token

If I'm retrieving a open scoped lock, via
LockManager.getLock(absPath), should it contain the lockToken?  My
session is not the creating session, so it does not hold the lockToken
already.  In this case, the specs say that it's up to the
implementation.  Based upon what I'm seeing in my code, it appears
that it does not hold the lockToken.  But I'd like to verify that this
is the expected behavour.