4 Replies Latest reply on Nov 13, 2007 12:08 PM by manik

    Replication and notifications

    aditsu

      Hi, I'm using JBC 2.0.0.GA (core)
      I set up 2 caches with REPL_SYNC and memory state fetching, and I added a listener to the 2nd cache before starting it.
      It looks like when fetching the memory state, the cache only fires NODE_CREATED notifications, which contain no data. However, when I put a new node afterwards, in either cache instance, I get a NODE_CREATED followed by a NODE_MODIFIED with the node data map.
      Is there a way to get the data while it is being fetched from a replicated cache?

      Thanks
      Adrian