Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-674

Eviction notification throws NPE

    XMLWordPrintable

Details

    Description

      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)

      { ... }

      }

      Attachments

        Activity

          People

            vblagoje Vladimir Blagojevic (Inactive)
            vblagoje Vladimir Blagojevic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: