On Mon, May 17, 2010 at 05:10, Narendra Sharma <[email protected]> wrote: > This doesn't answer the question about synchronization in > AbstractBundlePersistenceManager. > > I am aware of using Session. However, all session will eventually access > Persistence Manager to fetch data.
Access is synchronized inside Jackrabbit, above the persistence manager. As Rakesh already mentioned: "You create as many session instances as you need (essentially one Session per thread of execution)." Regards, Alex -- Alexander Klimetschek [email protected]
