Sergey Sigelman created ISPN-6202:
-------------------------------------
Summary: Properties defined in <local-cache-configuration> are not
applied to children
Key: ISPN-6202
URL:
https://issues.jboss.org/browse/ISPN-6202
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 8.1.1.Final
Reporter: Sergey Sigelman
Configure Infinispan XML using <local-cache-configuration>:
{code:xml}
<local-cache-configuration name="defaultCacheConfig">
.. attributes go here ...
</local-cache-configuration>
<local-cache name="testCache1" configuration="defaultCacheConfig"
/>
{code}
"testCache1" does not inherit any attributes from
"defaultCacheConfig".
org.infinispan.configuration.parsing.Parser80#getConfigurationBuilder finds and validates
the supplied configuration, but does not actually apply it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)