]
Vladimir Dzhuvinov commented on ISPN-10095:
-------------------------------------------
Thanks, we did that and the NPE disappeared!
Shared stores should throw exception when cache is local
--------------------------------------------------------
Key: ISPN-10095
URL:
https://issues.jboss.org/browse/ISPN-10095
Project: Infinispan
Issue Type: Bug
Components: Configuration, Core
Affects Versions: 10.0.0.Beta3, 9.4.11.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Beta4, 9.4.12.Final
A shared store does not make sense with a local cache, therefore we should throw a
{{CacheConfigurationException}} if configured. Due to assumptions elsewhere in the
PersistenceManager, prior to this fix a NPE will be thrown during the Purge method of the
store as {{transport == null}}.