1 Reply Latest reply on Dec 13, 2011 8:34 AM by galder.zamarreno

    Infinispan @TransactionCompleted listener called even if the cache is read only participant in the transaction

    sudheerk84

      Hi

       

      I am using cache listeners to get the following events

       

          @CacheEntryCreated

          @CacheEntryModified

          @CacheEntryRemoved

       

      I put these events in map and read those when i get     @TransactionCompleted event.

       

      BUt i have observed that when my cache is just a read only resource in the transction , i still get  @TransactionCompleted event. IS this expected behavior ?