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

RemoteCacheManagerAdmin#getOrCreateCache(..., null) does not create cache from the default cache configuration; creates local cache instead

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Critical
    • None
    • 9.2.2.Final
    • Hot Rod, Server
    • None

    Description

      This is because org.infinispan.manager.DefaultCacheManager#defaultCacheName is null and org.infinispan.manager.DefaultCacheManager#getDefaultCacheConfiguration returns null even with the proper configuration:

      <subsystem xmlns="urn:infinispan:server:core:9.2" default-cache-container="clustered">
                  <cache-container name="clustered" default-cache="default" statistics="true">
      ...
                      <distributed-cache name="default"/>
      ...
                  </cache-container>
              </subsystem>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-engineering-rhusar Radoslav Husar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: