Bug 1028924 - 14.3.2. Custom Cache Store Configuration (Library Mode) use old configuration from infinispan 5.2 and 5.3
Summary: 14.3.2. Custom Cache Store Configuration (Library Mode) use old configuration...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: GA
: 6.2.0
Assignee: Misha H. Ali
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-11 09:01 UTC by Vitalii Chepeliuk
Modified: 2014-01-16 00:03 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
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


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.