[infinispan-issues] [JBoss JIRA] Created: (ISPN-230) Enable JNDI binding of Cache/CacheManager out of the box

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Mon Oct 19 04:09:07 EDT 2009


Enable JNDI binding of Cache/CacheManager out of the box
--------------------------------------------------------

                 Key: ISPN-230
                 URL: https://jira.jboss.org/jira/browse/ISPN-230
             Project: Infinispan
          Issue Type: Feature Request
            Reporter: Galder Zamarreno
            Priority: Minor
             Fix For: 4.1.0.BETA1


Note that implementing this has no urgency since it does not really help Brian S for the JBoss AS integration.
See: http://lists.jboss.org/pipermail/infinispan-dev/2009-October/001663.html

So, I'm thinking that we could have a <jndi name="xyz"/> configuration 
option both at the global level (for Cache Manager) and at the Cache 
level. So,

- if <jndi/> was present in the global section, we'd bind CacheManager 
to java:CacheManager

- if <jndi name="xyz"/> was present in the global section, we'd bind 
CacheManager to java:xyz

- if <jndi/> was present in the cache section, we'd bind Cache to 
java:<name-of-the-cache>

- if <jndi name="xyz"/> was present in the cache section, we'd bind 
Cache to java:xyz

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

        


More information about the infinispan-issues mailing list