[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1220) Add classloader hooks to cache listener events
Paul Ferraro (JIRA)
jira-events at lists.jboss.org
Wed Jul 13 18:23:24 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614037#comment-12614037 ]
Paul Ferraro commented on ISPN-1220:
------------------------------------
BTW - I completely forgot that I implemented something of relevance (i.e. handles tccl for events and interceptors) for the hibernate-infinispan cache provider. It may not be the approach you want, but I'll include the link just in case it's of any help:
https://github.com/hibernate/hibernate-core/blob/master/hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/ClassLoaderAwareCache.java
> Add classloader hooks to cache listener events
> ----------------------------------------------
>
> Key: ISPN-1220
> URL: https://issues.jboss.org/browse/ISPN-1220
> Project: Infinispan
> Issue Type: Enhancement
> Components: Listeners
> Affects Versions: 5.0.0.CR7
> Reporter: Paul Ferraro
> Assignee: Pete Muir
> Fix For: 5.1.0.BETA1
>
>
> This issue seeks to extend the classloading api changes made in ISPN-1096 to the Event API. Currently, cache listener events do not allow a classloader to be specified to perform any necessary deserialization triggered by the getKey(), getValue() methods. Can the event api be enhanced such that calls to getKey(), getValue() use a specific classloader?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list