[infinispan-issues] [JBoss JIRA] Commented: (ISPN-674) Eviction notification throws NPE

Vladimir Blagojevic (JIRA) jira-events at lists.jboss.org
Tue Sep 28 11:17:28 EDT 2010


    [ https://jira.jboss.org/browse/ISPN-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12553711#action_12553711 ] 

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: 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