[infinispan-issues] [JBoss JIRA] (ISPN-1413) CacheManager per application to provide "Session style" construct
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Tue Jul 2 06:53:20 EDT 2013
[ https://issues.jboss.org/browse/ISPN-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786871#comment-12786871 ]
Mircea Markus commented on ISPN-1413:
-------------------------------------
We currently have:
{code:java}
Cache appCache = cacheManager.getCache("appCache").getAdvancedCache().withClassLoader(appClassLoader);
//use the appCache instance which uses the specified class appClassLoader for marshalling, class loading etc.
{code}
Doesn't this cover the scenario for this JIRA?
> CacheManager per application to provide "Session style" construct
> -----------------------------------------------------------------
>
> Key: ISPN-1413
> URL: https://issues.jboss.org/browse/ISPN-1413
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Pete Muir
> Assignee: Manik Surtani
> Attachments: Cache Manager per Application.gliffy, Cache Manager per Application.png
>
>
> This solves a problem with classloading, as Infinispan will know exactly what classloader to use for a cache manager and any deserialized cached objects, events etc.
> However, it does require support for asymmetric clusters.
> Open issues are:
> * how do we handle EARs
> * how do we handle shared 2nd level caches
> * needs support for asymmetric clusters
> * needs to mux JGroups channels
> * needs consideration of how to handle shared thread pools
--
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