[infinispan-issues] [JBoss JIRA] (ISPN-9168) RemoteCacheManagerAdmin#getOrCreateCache(..., null) does not create cache from the default cache configuration; creates local cache instead

Radoslav Husar (JIRA) issues at jboss.org
Wed May 16 09:36:00 EDT 2018


Radoslav Husar created ISPN-9168:
------------------------------------

             Summary: RemoteCacheManagerAdmin#getOrCreateCache(..., null) does not create cache from the default cache configuration; creates local cache instead 
                 Key: ISPN-9168
                 URL: https://issues.jboss.org/browse/ISPN-9168
             Project: Infinispan
          Issue Type: Bug
          Components: Hot Rod, Server
    Affects Versions: 9.2.2.Final
            Reporter: Radoslav Husar
            Priority: Critical


Looks like {{org.infinispan.manager.DefaultCacheManager#getDefaultCacheConfiguration}} returns null even with the proper configuration.

{code:xml}
<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>
{code}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list