1 Reply Latest reply on Sep 18, 2009 6:13 AM by mircea.markus

    help regarding the standalone transaction manager

    ratna


      Hey, i am new to jboss cache

      Plz any one can help me on how to jboss cache without any JTA.
      My application runs in stand alone mode without any app or web server.

      if possible plz privide me bit of sample code & configuration.

      Thanks in advance,
      Ratna

        • 1. Re: help regarding the standalone transaction manager
          mircea.markus

          it's not mandatory to be in an application server to have an transaction manager. You could either use the DummyTransactionManager shipped within the jboss cache, or use a 3rd party one (JBossTM e.g.).
          Have you consider taking a look an www.infinispan.org ? This is the successor of jboss cache and it has improvements both feature and performance wise.