Hi, Folks,
It seems that whenever I start Fedora4, I see a warning in the logs along these lines:
(GenericTransactionManagerLookup) ISPN000104: Falling back to DummyTransactionManager from Infinispan
The infinispan documentation [1] suggests that when the transaction manager cannot locate the correct classes, it falls back to a DummyTransactionManager, which is an in-memory implementation. The infinispan documentation also explicitly recommends not using this implementation for production use [2]. I could see how this would be especially problematic in a clustered setup.
It seems that it is possible to use a variety of different backend transaction services (JBoss, JRun4, Resin, etc). So, I'm wondering if there is any documentation or suggestions on how to set up one of these transaction managers to use with Fedora.
Thanks!
Aaron
[1]
https://docs.jboss.org/infinispan/4.0/apidocs/org/infinispan/transaction/lookup/GenericTransactionManagerLookup.html
[2]
http://infinispan.org/docs/6.0.x/user_guide/user_guide.html#_transactions