Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-6202

Properties defined in <local-cache-configuration> are not applied to children

    XMLWordPrintable

Details

    Description

      Configure Infinispan XML using <local-cache-configuration>:

      <local-cache-configuration name="defaultCacheConfig">
       .. attributes go here ...
      </local-cache-configuration>
      
      <local-cache name="testCache1" configuration="defaultCacheConfig" />
      

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

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            simcha_jira Sergey Sigelman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: