UnlockMethod tries to delete resources marked as null locks. Now, when children have been added to the null resource (which actually works...) it can not be deleted which seems to be just right. So line starting from 215:

            if (isLockNull(revisionDescriptor)) {
                content.remove(slideToken, requestUri, revisionDescriptor);
                content.remove(slideToken, revisionDescriptors);
                structure.remove(slideToken, node);
            }

should check if the resource has children before removing, right? If it does not StructureImpl.remove throws an ObjectHasChildrenException

Oliver



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to