Hi again, Does nobody know about which transactions mecanisms are available in JackRabbit ? I found XA sample code (by casting ((XASession)repository.login())) but I consider that I do not need to use XA Transactions in order to do user management transaction. So I wondered if there was a "simpler weapon" to do commit / rollback (XA is like a bazooka :) ).
Thanks a lot. Antoine Larcher alarcher wrote: > > Hello, > > I read in the JCR specification that the transactions are an optionnal > feature, if a CR implementation supports this feature then it must > supports two kinds of transactions : Container Managed and User Managed > transactions. > > While reading some posts about this, I found snipplets about XA > Transactions, which means for me "Container Managed Transactions". I > didn't manage to find information on how to use User Managed transactions > within JackRabbit. Do you know if this feature is available in JackRabbit > ? > > Thanks a lot, > > > Antoine Larcher > -- View this message in context: http://www.nabble.com/User-Managed-Transactions-in-JackRabbit-tp20678104p20701512.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
