The "transaction" feature will set up a transaction manager (the geronimo one) and expose services that supports many of the popular ways to handle transactions:
javax.transaction.TransactionManager, javax.transaction.TransactionSynchronizationRegistry, javax.transaction.UserTransaction, org.apache.geronimo.transaction.manager.RecoverableTransactionManager, org.springframework.transaction.PlatformTransactionManager On Fri, May 15, 2015 at 1:13 PM sebersole <[email protected]> wrote: > I have not. I will try that now. I think the developers of that branch > inadvertently set up the tests to use JTA. As I said these pass on master > as is (no explicit JTA support), so that has to be it. Great to know about > the "transaction" feature as I would like to test JTA support as well. > Thanks! > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/JTA-TransactionManager-not-found-tp4040381p4040387.html > Sent from the Karaf - User mailing list archive at Nabble.com. >
