Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-230

Enable JNDI binding of Cache/CacheManager out of the box

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Minor
    • None
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            rh-ee-galder Galder ZamarreƱo
            rh-ee-galder Galder ZamarreƱo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: