Hide Forgot
Title: Custom Cache Store Configuration (Library Mode) Describe the issue: Following configuration should be changed <loaders shared="true" preload="true"> <loader class="org.infinispan.custom.CustomCacheStore"> <properties> <property name="CustomCacheName" value="default"/> </properties> </loader> </loaders> Suggestions for improvement: <persistence> <store class="org.infinispan.custom.CustomCacheStore" preload="true" shared="true"> <properties> <property name="customStoreProperty" value="10" /> </properties> </store> </persistence> Additional information:
The fix for this bug is now generally released and available here: https://access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Data_Grid/6.2/index.html