[jboss-user] [JBoss Cache: Core Edition] - Re: No transactionality in caches

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Jun 3 06:18:16 EDT 2008


To participate in transactions, JBC needs a reference to a JTA transaction manager.  I'm guessing HibernateTransactionManager is not a Hibernate class at all, but a Spring one?  If this is JTA compliant (i.e., implements javax.transaction.TransactionManager) then you can write a transaction manager lookup for it and specify your transaction manager lookup implementation in your JBoss Cache config.

If you need a standalone JTA compliant transaction manager there are several good OSS ones out there, including JBoss Transaction Manager.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155270#4155270

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155270



More information about the jboss-user mailing list