Hi, On Thu, Nov 13, 2008 at 1:28 PM, RafalJanik <[EMAIL PROTECTED]> wrote: > I'm testing JackRabbit and i'm wondering how it will be work when many users > in the same time start adding the nodes and uploading the files. So I make > few threads - each one gets reference to Session.
You'll want to make sure that each thread has its own session. JCR sessions are not thread-safe! BR, Jukka Zitting
