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

Eviction notification throws NPE

XMLWordPrintable

      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)

      { ... }

      }

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

                Created:
                Updated:
                Resolved: