1 Reply Latest reply on May 17, 2013 8:22 AM by nadirx

    Infinispan as 2nd Level Cache in Hibernate, cluster-safe without JTA?

    morphous

      Hi,

       

      I'm trying to evaluate Infinispan as caching provider for my Spring + Hibernate web app. The app will be run on Tomcat only, it doesn't use JTA, instead it manages transactions using org.springframework.orm.hibernate.HibernateTransactionManager

       

      Last time I checked, it required JTA in order to achieve cluster-safety. Now my question is, can I achieve cluster-safety with Infinispan without using JTA in my webapp?(With the newest version of Infinispan and Hibernate)

       

      Thanks in advance