Locking a node will require locking of all ancestors as well. Not quite sure of a read lock is sufficient of if you will need write locking all ancestors when you write lock a node. However, this is not specific to commons tx, but a more general question.
Oliver On Apr 6, 2005 2:21 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > Selon Oliver Zeigermann <[EMAIL PROTECTED]>: > > > I suppose what you want is some sort of hierarchical lock? Like if a > > parent is locked the children are locked as well? Is that true? > > Yes it is something that looks like this. > > Do you have some ideas that could help me to implement this ? > > Thanks > Mel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
