-
Bug
-
Resolution: Done
-
Blocker
-
5.1.0.CR2
-
None
Calling Cache.getCacheConfiguration() on a started cache throws the following exception:
Caused by: org.infinispan.config.ConfigurationException: Attempted to modify a non-Dynamic configuration element [enabled] after the component has started!
at org.infinispan.config.AbstractConfigurationBean.testImmutability(AbstractConfigurationBean.java:105)
at org.infinispan.loaders.decorators.SingletonStoreConfig.setSingletonStoreEnabled(SingletonStoreConfig.java:72)
at org.infinispan.loaders.AbstractCacheStoreConfig.singletonStore(AbstractCacheStoreConfig.java:92)
at org.infinispan.configuration.cache.LegacyConfigurationAdaptor.adapt(LegacyConfigurationAdaptor.java:397)
at org.infinispan.CacheImpl.getCacheConfiguration(CacheImpl.java:377)
at org.infinispan.AbstractDelegatingCache.getCacheConfiguration(AbstractDelegatingCache.java:67)
at org.infinispan.AbstractDelegatingCache.getCacheConfiguration(AbstractDelegatingCache.java:67)