[
https://issues.jboss.org/browse/ISPN-1413?page=com.atlassian.jira.plugin....
]
Mircea Markus edited comment on ISPN-1413 at 7/2/13 6:53 AM:
-------------------------------------------------------------
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 use case for this JIRA?
was (Author: mircea.markus):
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