1 Reply Latest reply on May 3, 2007 12:17 PM by manik

    Pojocache dosen't support transactions on remove operation

    jacek187

      Scenario:

      1. Put object into PojoCache
      2. Start transactio
      3. Remove object from pojoCache
      4. Start another transactio
      5. Get object from pojocache.
      Expected reuslt is, that read thread should be locked unitl first thread release acquired lock on node.
      But in PojoCache read operation sucess and result is null!!!!!!!

      So, now it's in practice not possible to use pojocache in transactional enviroment