Hi,
a couple of months ago I
tested the new JSR-107 functionality of Infinispan. Distribution and
replication cache worked fine, however, I had problems with invalidation
cache type. If I called cache.put() or cache.update() the entries were
deleted from other nodes. In my understanding if I call cache.update()
the entries on other nodes should be deleted but they should be left
there if I call cache.put() on a new node.