[infinispan-issues] [JBoss JIRA] (ISPN-2766) Improve and adapt notification model to fit JSR107 notification model

Vladimir Blagojevic (JIRA) jira-events at lists.jboss.org
Mon Jan 28 12:14:47 EST 2013


     [ https://issues.jboss.org/browse/ISPN-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Blagojevic updated ISPN-2766:
--------------------------------------

    Assignee: Galder Zamarreño  (was: Mircea Markus)

    
> Improve and adapt notification model to fit JSR107 notification model
> ---------------------------------------------------------------------
>
>                 Key: ISPN-2766
>                 URL: https://issues.jboss.org/browse/ISPN-2766
>             Project: Infinispan
>          Issue Type: Sub-task
>          Components: Listeners
>    Affects Versions: 5.2.0.CR3
>            Reporter: Vladimir Blagojevic
>            Assignee: Galder Zamarreño
>
> Out current notification (listener) model does not fit JSR 107 notification model and thus needs a slight adaptation in order to implement JSR 107. 
> More specifically the problem is with JSR107 CacheEntryCreatedListener and CacheEntryExpiredListener.
> The first one is not easy to implement because we need both key/value pair for jsr listener and our CacheEntryCreatedEvent does not provide value. 
> The second is related to CacheEntryExpired event. True, spec is not rigorous that such an event has to be fired immediately after an entry has expired but eventually (which might be on access). However, we do not have such an event at all as of now.
>   

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