Entry Iterator needs to always use ActivationListener when a cache
store is present
-----------------------------------------------------------------------------------
Key: ISPN-4338
URL:
https://issues.jboss.org/browse/ISPN-4338
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: William Burns
Assignee: William Burns
Fix For: 7.0.0.Alpha5
Currently the EntryRetrievers only add the listener when passivation is enabled. This
was done originally thinking this only affected passivated entries. However it turns out
the listener was required for activations and they can occur when passivation is disabled
even.