Bug 1028924

Summary: 14.3.2. Custom Cache Store Configuration (Library Mode) use old configuration from infinispan 5.2 and 5.3
Product: [JBoss] JBoss Data Grid 6 Reporter: Vitalii Chepeliuk <vchepeli>
Component: DocumentationAssignee: Misha H. Ali <mhusnain>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: jdg-bugs, vchepeli
Target Milestone: GA   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 12532, Administration and Configuration Guide-6.2-Beta-3 Build Date: 06-11-2013 16:02:50 Topic ID: 4966-473407 [Latest]
Last Closed: 2014-01-16 00:03:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vitalii Chepeliuk 2013-11-11 09:01:55 UTC
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:

Comment 3 Misha H. Ali 2014-01-16 00:03:28 UTC
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