MySQL and Infinispan - JTA implementation
问题 We have an web application under Tomcat, integrated with Hibernate 4X, Spring 4X and HibernateTransactionManager as our transaction manager (currently one MySQL resource). As part of our configuration distribution, we should integrate with Infinispan as our cache manager to store configuration with other format than in the MySQL . Meaning, not as Hibernate second level cache integration! I managed to integrate Infinispan with Spring but now I'm facing a big problem due to the fact the MySql