Hi,

later i reopen a session get the same node a call
node.isLocked ();

and this return false
if i call node.getProperty("jcr:lockOwner"); returns void




2010/7/6 Jukka Zitting <[email protected]>

> Hi,
>
> On Tue, Jul 6, 2010 at 12:50 AM, JOSE FELIX HERNANDEZ BARRIO
> <[email protected]> wrote:
> > i'm trying to lock a node for 30 minutes
> >
> > lockManager.lock(node.getPath(), false, false, 1800, username);
> > session.save();
> > session.logout();
> >
> > there's no exception
> > but the node doesn't get locked.
>
> How do you determine whether the node is locked or not? I.e. what line
> of your code is giving results that you didn't expect seeing?
>
> BR,
>
> Jukka Zitting
>



-- 
Jose Hernandez
675599600
Isthari
http://www.isthari.com

Reply via email to