1 Reply Latest reply on Mar 19, 2012 1:26 PM by galder.zamarreno

    Replication not working on JBoss 6.1.0 Final with Infinispan 4.2.0

    dlmarion

      We are having an issue with replication on AS 6.1.0 using the all configuration and the Infinispan version that comes with AS 6.1.0 (version 4.2.0 I think). The scenario is that we put an object in the cache on one node and it gets replicated to the other node. Then at a later time, we put a new object in the cache with the same key. We turned on logging for Infinispan on both nodes and we see the PutKeyValueCommand on the other node. However, afterwards the object is of the previous version on *both* nodes. My first thought is to immediately upgrade to Infinispan 4.2.1 in AS 6.1.0. Are there any instructions on how to do this? Is it as simple as overwriting the jars? Or, does anyone know of a bug that we might be running into? We have tried this with lazy deserialization on and off, invocation batching on and off, using the JGroups tcp and tcp-sync configuration, using async and sync replication, etc. Thanks in advance.