Hi, On 4/27/07, vetalok <[EMAIL PROTECTED]> wrote:
yes, I'm using separate sessions for each thread, besides, each session has own node, I mean there shold not be any conflicts between nodes this code works good with other jcr implementation
There's a known issue (JCR-18) in Jackrabbit regarding concurrent versioning. The recommended workaround for now is to use an application-specific synchronization mechanism to serialize all versioning operations. BR, Jukka Zitting
