Hi, On Wed, Nov 30, 2011 at 5:46 AM, Vish <[email protected]> wrote: > But If we have to multiple repositories and need global transaction > managment which should take care of all the repository, how could we > achieve.
Jackrabbit supports XA transactions. The easiest way to do that is probably to use the JCA packaging that automatically interacts with the transaction manager in a J2EE container, but you can also explicitly handle transactions through the XAResource interface implemented by all Jackrabbit sessions. BR, Jukka Zitting
