You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Samuel Cox <cr...@gmail.com> on 2009/03/30 16:47:16 UTC

Node.restore, but without immediately persisting changes

Hi,

I need to maintain multiple Sessions, each of which might need a certain 
Version of a Node for performing reads and writes.  These Sessions will 
be exercised concurrently so I don't want Session 1's Version 
invalidated by Session 2's restoration of some other Version.

Is there a recommended strategy for achieving this?

Thanks.

-- 
Samuel Cox