checkLockable();
LockManager lockMgr = session.getLockManager();
synchronized (lockMgr) {
lockMgr.unlock(this);
// remove properties in content
internalSetProperty(QName.JCR_LOCKOWNER, (InternalValue) null);
internalSetProperty(QName.JCR_LOCKISDEEP, (InternalValue) null);
save();