Alex , Thanks a lot for the quick response,I was calling the TransientRepository everytime during session creation.
Regards Thanneermalai Beyond Bytes Technologies +91 9008017802 ----- Original Message ----- From: "Alexander Klimetschek" <[email protected]> To: [email protected] Sent: Monday, January 4, 2010 5:05:11 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: Re: Multiple repository connection - local access On Mon, Jan 4, 2010 at 11:19, Thanneermalai Lakshmanan <[email protected]> wrote: > How can I connect(sessions) to jackrabbit repository concurrently with > different users - I am trying the local access rather than RMI route.I tried > to find an example but all I see is with TransientRepository ,the lock file > prevents concurrent connections. > > Is there a way to create a connection(session) to repository with out > creating the lock file . You need one (Transient) repository instance, running all the time. Then, for each user, you login() and create a separate session. Regards, Alex -- Alexander Klimetschek [email protected]
