0 Replies Latest reply on Aug 15, 2013 4:48 PM by thospfuller

    TransactionManager for Infinispan when used without a container or ORM

    thospfuller

      Hi Folks,

       

      Can you please direct me to the appropriate transaction manager in the Infinispan API that I should be using when Infinispan is running in a stand-alone application?

       

      Note that in the application there is currently no ORM and the application does not run inside a container.

       

      Since the application is multithreaded we're using Infinispan so as to take advantage of the locking and concurrency features, which are described here https://docs.jboss.org/author/display/ISPN/Locking+and+Concurrency

       

      We are using the Spring Framework and Spring Cache, so I need to configure a Spring bean so that it uses the correct TransactionManager class.

       

      Thanks for your help,

       

      Tom