[infinispan-issues] [JBoss JIRA] (ISPN-3430) Different CacheEntryEvents fired in library mode and compatibility mode
Jiří Holuša (JIRA)
jira-events at lists.jboss.org
Thu Aug 22 03:58:26 EDT 2013
Jiří Holuša created ISPN-3430:
---------------------------------
Summary: Different CacheEntryEvents fired in library mode and compatibility mode
Key: ISPN-3430
URL: https://issues.jboss.org/browse/ISPN-3430
Project: Infinispan
Issue Type: Bug
Components: Listeners, Remote protocols
Affects Versions: 6.0.0.Alpha2
Reporter: Jiří Holuša
Assignee: Galder Zamarreño
According to org.infinispan.notifications.cachelistener.CustomClassLoaderListenerTest.testCustomClassLoaderListener() there are fired events like this in library mode:
on replace() method: CacheEntryModifiedEvent
on remove() method: CacheEntryRemovedEvent, CacheEntryModifiedEvent
But I tested this feature in compatibility mode (run methods on remote cache and listener bound to embedded cache) and it fires events like this:
on replace() method: CacheEntryModifiedEvent, CacheEntryVisitedEvent
on remove() method: CacheEntryRemovedEvent
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list