3 Replies Latest reply on Sep 12, 2005 9:36 AM by belaban

    TreeCacheListener in Cluster

    martinluene

      On a Cluster, my TreeCacheListener is notified only on the clusterNode, where the modification was invoked. On another clusterNode, my listener is not called.
      Concrete: On clusterNode A, treeNode 1 is created. The listener A on clusterNode A is notified, but not listener B on clusterNode B.
      If a treeNode is created on clusterNode B, only listener B is notified.
      Replication works fine.

      Is there a possibility, to get listeners an all clusterNodes notified (for the same modification)?

      Thanks,
      Martin