[
https://issues.jboss.org/browse/ISPN-1161?page=com.atlassian.jira.plugin....
]
Dan Berindei reopened ISPN-1161:
--------------------------------
With the fix XmlFileParsingTest fails because the cache loaders collection is never marked
as overridden so OverrideConfigurationVisitor doesn't copy it any more.
Configuration.getCacheLoaders() fails if cache is started
---------------------------------------------------------
Key: ISPN-1161
URL:
https://issues.jboss.org/browse/ISPN-1161
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 5.0.0.CR4
Reporter: Paul Ferraro
Assignee: Galder Zamarreño
Fix For: 5.0.0.CR7
org.infinispan.config.ConfigurationException: Attempted to modify a non-Dynamic
configuration element [cacheLoaderConfigs] after the component has started!
at
org.infinispan.config.AbstractConfigurationBean.testImmutability(AbstractConfigurationBean.java:105)
at
org.infinispan.config.CacheLoaderManagerConfig.getCacheLoaderConfigs(CacheLoaderManagerConfig.java:192)
at org.infinispan.config.Configuration.getCacheLoaders(Configuration.java:1153)
This exception is thrown from an accessor method. It should only happen with mutator
methods.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira