-
Bug
-
Resolution: Done
-
Major
-
5.0.0.CR4
-
None
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.
- relates to
-
ISPN-1214 Configuration.getCacheLoaders still not working as expected
- Closed