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)