Paco Avila wrote:
How can I see all the locked documents or lock tokens? This should be useful for my application administrator. I know that the lock tokens are stored in the "workspace/default/lock" file, but perhaps is ugly read directly this file.
you can search for all locked documents: //element(*, mix:lockable)[EMAIL PROTECTED]:lockOwner]but you cannot retrieve the lock tokens. a lock token is only visible to the lock owning session.
regards marcel
