0 Replies Latest reply on Jul 24, 2009 2:44 AM by sridhar_ratna

    Transactional Cache

    sridhar_ratna

      Hi,

      I am using JBoss Cahe 3.1 integrated with Gridgain 2.1.

      I built two jboss cahe instances with Cache Mode as LOCAL.
      Each of these cache instance is associated to a single GridNode.
      These grids are running in two separate machines.

      For a perticular opeartion, i need to delete data from one cache and merge it with some data in another cache.

      What i am looking for is, i would like to combine these two operations into a single transaction, so that if the second operation fails then the first operation should roll back.

      How can i do this.

      Please help me.
      Thanks,
      Sridhar Ratna