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

Sergey Sigelman (JIRA) issues at jboss.org
Fri Feb 12 13:07:00 EST 2016


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)


More information about the infinispan-issues mailing list