Hi,
slandelle wrote: > >> It is my understanding that something like Atomikos >> is an implementation of the JTA and could be used as that manager but it >> is unclear how to coordinate that piece and Jackrabbit > Just do the following: -start a JTA transaction -get the current transaction from the TransactionManager instance -enlist the XAResource(s) -do your transactional work -commit the JTA transaction The Atomikos JTA is Apache-licensed and can be used without any problems in Jackrabbit. There is nothing to configure really, just about everything can be based on defaults. Best Guy http://www.atomikos.com -- View this message in context: http://www.nabble.com/Tomcat-6-%2B-Jackrabbit-%2B-transactions-tp20900436p20919192.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
