Hide Forgot
Title: Create a Customized Cache Using the Default Named Cache Describe the issue: It looks to me like a line of code is missing in the sample code. Section 5.1.1.2, in the first code snippet, it looks like you need: manager.defineConfiguration(newCacheName, c); to be present before the call to: Cache<String, String> cache = manager.getCache(newCacheName); Suggestions for improvement: Add the line: manager.defineConfiguration(newCacheName, c); in section 5.1.1.2 in the first code snippet. 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