0 Replies Latest reply on Jun 12, 2012 10:16 AM by rkhlin

    @CacheEntryModified not called

    rkhlin

      Hi,

       

      I am new to InfiniSpan.

       

      I have

           private Cache<String, XYZ> tickets;

      Use replication approach between 2 servers.

       

      When I remove a ticket or put a new ticket into cache tickets, I did get the @CacheEntryModified method called.

      But if I change some instant variables value in a ticket, the @CacheEntryModified method didn't get called.

      So the ticket update didn't get replicated to server 2. Is there anyway I can do to make the replication happen?

      Since I try to avoid, take the ticket out of the cache and change the value and put it back in the cache to force the replication.

       

      Cheers,

      Richard