You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Paco Avila <pa...@git.es> on 2006/08/06 10:01:15 UTC

Item.refresh(false) don't revert failed lock

When I do a node.save() and fails because lack of permissions (I'm
programming an AccessManager), I use node.refresh(false) to revert this
transient session added node.

Now, I do a node.lcok() and fails because of lack of permissions, but
node.refresh(false) don't revert this lock status in the transient
session.  Is it a bug or I'm doing something wrong?

Thanks
-- 
Paco Avila <pa...@git.es>