[infinispan-issues] [JBoss JIRA] (ISPN-6202) Properties defined in <local-cache-configuration> are not applied to children

Galder Zamarreño (JIRA) issues at jboss.org
Wed Feb 17 05:40:00 EST 2016


     [ https://issues.jboss.org/browse/ISPN-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galder Zamarreño updated ISPN-6202:
-----------------------------------
        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


> 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.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the infinispan-issues mailing list