]
Tristan Tarrant updated ISPN-6202:
----------------------------------
Fix Version/s: 8.2.0.Beta2
8.2.0.Final
8.1.2.Final
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
Assignee: Tristan Tarrant
Fix For: 8.2.0.Beta2, 8.2.0.Final, 8.1.2.Final
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.