1 Reply Latest reply on May 11, 2012 2:52 AM by jaikiran

    Infinispan Warning

    lafr

      My ear package contains a few entity beans with cached enabled.

      For each ofthem I see messages about the cache enabling but also a warning.

      Is this warning an infnispan problem or can I influence this somehow?

       

      22:18:05,916 INFO  [org.infinispan.factories.GlobalComponentRegistry#start] ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.4.FINAL

       

      22:18:06,654 INFO  [org.infinispan.jmx.CacheJmxRegistration#start] ISPN000031: MBeans were successfully registered to the platform mbean server.

      22:18:06,662 INFO  [org.jboss.as.clustering.infinispan#cacheStarted] JBAS010281: Started mbi2e-lafr-sb2000-net.ear/ejb-entity.jar#mbi2e-lafr-sb2000-net.biz.mbisoftware.fn.ejb.entity.MbiLandd cache from hibernate container

      22:18:06,682 WARN  [org.infinispan.notifications.cachelistener.CacheNotifierImpl#validateAndAddListenerInvocation] ISPN000133: Attempted to register listener of class class org.hibernate.cache.infinispan.entity.EntityRegionImpl, but no valid, public methods annotated with method-level event annotations found! Ignoring listener.

        • 1. Re: Infinispan Warning
          jaikiran

          It looks like an issue in EntityRegionImpl which is marked as a @Listener but doesn't have any method level event annotation. I even think this perhaps shouldn't be a WARN level message. But that just my personal opinion. Let's wait for Scott to be around since he would know more about this.