For admin purpouse, should be nice get a list of all locked documents in
the repository (or get the lock tokens). I've looking across the source
and this is the var I need (I think):

/**
 * Path map containing all locks at the leaves.
 */
 private final PathMap lockMap = new PathMap();


This "lockMap" should be expossed throght a public method to be
available for me. 

The other option is to read the "workspace/xxx/locks" file, but seems to
be a bit ugly.
-- 
Paco Avila <[EMAIL PROTECTED]>

Reply via email to