[infinispan-issues] [JBoss JIRA] (ISPN-2094) New Configuration Changes do not work properly for multi file overrides
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Fri Aug 31 07:40:32 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-2094:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> New Configuration Changes do not work properly for multi file overrides
> -----------------------------------------------------------------------
>
> Key: ISPN-2094
> URL: https://issues.jboss.org/browse/ISPN-2094
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Reporter: William Burns
> Assignee: Tristan Tarrant
> Fix For: 5.2.0.Alpha3, 5.2.0.Final
>
> Attachments: ParserTest.java
>
>
> In 5.1.3 I had helped provide a way for a user to pass in multiple infinispan.xml files at once to the parser. This was added with ISPN-1837.
> The configuration was now changed again with ISPN-1977, which moves it over to using the staxmapper. This works fine for cache overrides with named caches. However the problem is that the overrides do not function properly for default caches. The problem is that each named cache is made after every single file. At the point of creation the named cache picks up the sofar configured default cache. This means that the named cache will not have the default values of subsequent files.
> Unfortunately, I do not know if this can be fixed while still using the staxmapper.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list