[infinispan-issues] [JBoss JIRA] (ISPN-6202) Properties defined in <local-cache-configuration> are not applied to children
Tristan Tarrant (JIRA)
issues at jboss.org
Tue Feb 16 09:22:00 EST 2016
[ https://issues.jboss.org/browse/ISPN-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant reassigned ISPN-6202:
-------------------------------------
Assignee: Tristan Tarrant
> 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
>
> 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)
More information about the infinispan-issues
mailing list