[infinispan-issues] [JBoss JIRA] (ISPN-7129) Duplicit cache names shouldn't be allowed
Jakub Markos (JIRA)
issues at jboss.org
Thu Oct 20 10:45:01 EDT 2016
Jakub Markos created ISPN-7129:
----------------------------------
Summary: Duplicit cache names shouldn't be allowed
Key: ISPN-7129
URL: https://issues.jboss.org/browse/ISPN-7129
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 9.0.0.Alpha2
Reporter: Jakub Markos
Multiple caches with the same name can be defined without a WARN/ERROR message.
It's also unclear which one will be used, for example with this configuration
{code}
<distributed-cache name="testCache"/>
<distributed-cache name="testCache">
<eviction max-entries="100" />
</distributed-cache>
<distributed-cache name="testCache"/>
{code}
the cache with eviction will be used.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list