[
https://issues.jboss.org/browse/ISPN-1379?page=com.atlassian.jira.plugin....
]
Galder Zamarreño resolved ISPN-1379.
------------------------------------
Resolution: Rejected
If default cache says FIFO and the named cache does not mention, it inherits this value,
hence the exception when a negative value is given to max entries.
cache startup error with named cache element <evictions
maxEntries="-1"/> overriding defaults
---------------------------------------------------------------------------------------------
Key: ISPN-1379
URL:
https://issues.jboss.org/browse/ISPN-1379
Project: Infinispan
Issue Type: Bug
Components: Eviction
Affects Versions: 5.0.0.FINAL
Reporter: Jan Slezak
Assignee: Vladimir Blagojevic
if there is defined for example <eviction maxEntries="10"
strategy="FIFO"/> in <default/> and there is redefinition <eviction
maxEntries="-1"/> in named cache - the cache reports error during startup:
org.infinispan.config.ConfigurationException: Eviction maxEntries value cannot be less
than or equal to zero if eviction is enabled
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira