]
Vladimir Blagojevic commented on ISPN-674:
------------------------------------------
Added CacheListener to all eviction unit tests
Eviction notification throws NPE
--------------------------------
Key: ISPN-674
URL:
https://jira.jboss.org/browse/ISPN-674
Project: Infinispan
Issue Type: Bug
Components: Eviction, Listeners
Affects Versions: 4.1.0.Final, 4.2.0.ALPHA2
Reporter: Vladimir Blagojevic
Assignee: Vladimir Blagojevic
Fix For: 4.2.0.BETA1, 4.2.0.Final, 5.0.0.BETA1, 5.0.0.Final
Cache registered listener, like the one described in a code example below, throws null
pointer exception upon eviction notification.
@Listener
public class EvictionListener {
@CacheEntryEvicted
public void nodeEvicted(CacheEntryEvictedEvent e){
...
}
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: