On Mon, Jan 4, 2010 at 11:19, Thanneermalai Lakshmanan
<t...@beyondbytes.co.in> 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
alexander.klimetsc...@day.com

Reply via email to