2 Replies Latest reply on Dec 10, 2010 12:42 PM by sannegrinovero

    Incorrect data being returned

    dlmarion

      or I am doing something wrong.

       

      I have a test case where I am creating a single cache and doing the following:

       

      1. cache.put(key, List<byte[]>);  // list contains 2 element at this point.

      2. cache.replace(key, List<byte[]>);  // list contains 1 elements at this point.

      3. cache.get(key) returns a list with the original 2 elements....

       

      Any ideas? I am not explicitly using transactions and the cache is set to READ_COMMITTED.