[infinispan-issues] [JBoss JIRA] Updated: (ISPN-674) Eviction notification throws NPE
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Wed Oct 13 08:01:40 EDT 2010
[ https://jira.jboss.org/browse/ISPN-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-674:
-------------------------------
Fix Version/s: 4.2.0.ALPHA3
(was: 4.2.0.BETA1)
(was: 5.0.0.BETA1)
(was: 5.0.0.Final)
Affects Version/s: (was: 4.2.0.ALPHA2)
> 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
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 4.2.0.ALPHA3, 4.2.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
More information about the infinispan-issues
mailing list