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.2.0.ALPHA2, 4.1.0.Final
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:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira