Which transaction managers are supported by JBoss Cache?
JBoss Cache supports any TransactionManager that is JTA compliant such asJBoss Transactions. While JBoss Cache does ships with a dummy transaction manager (org.jboss.cache.transaction.DummyTransactionManager), we do not recommend using this for production. It is not thread safe, and is intended for internal testing only.