[infinispan-issues] [JBoss JIRA] Updated: (ISPN-316) Add aliasing capability to DefaultCacheManager

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue May 18 10:11:06 EDT 2010


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

Brian Stansberry updated ISPN-316:
----------------------------------

    Fix Version/s: 5.0.0.BETA1
                       (was: 4.1.0.CR1)


> Add aliasing capability to DefaultCacheManager
> ----------------------------------------------
>
>                 Key: ISPN-316
>                 URL: https://jira.jboss.org/browse/ISPN-316
>             Project: Infinispan
>          Issue Type: Feature Request
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>            Priority: Minor
>             Fix For: 5.0.0.BETA1
>
>
> The JBoss AS impl of the JBC CacheManager supports aliasing of cache configuration names. DefaultCacheManager can do the same. Helpful for preserving configuration compatibility across releases, e.g. an EJB3 bean class annotated with @CacheConfig(name="jboss.cache:service=EJB3SFSBClusteredCache") to work in AS 4.2 still works in AS 5 because I made "jboss.cache:service=EJB3SFSBClusteredCache" an alias for "sfsb-cache".
> This doesn't affect the CacheManager API; it's an implementation detail; just inject a map of aliases and then resolve any unknown configuration names against it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list