]
Galder Zamarreño updated ISPN-1563:
-----------------------------------
Fix Version/s: (was: 5.1.0.CR1)
Cache configured with the new configuration always returns null
values
----------------------------------------------------------------------
Key: ISPN-1563
URL:
https://issues.jboss.org/browse/ISPN-1563
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 5.1.0.BETA5
Reporter: Kevin Pollet
Assignee: Pete Muir
Priority: Blocker
The test case:
{quote}
DefaultCacheManager cacheManager = new DefaultCacheManager(new
ConfigurationBuilder().build());
Cache<String, String> cache = cacheManager.getCache();
cache.put("Foo", "2");
cache.put("Bar", "4");
System.out.println(cache.get("Foo"));
System.out.println(cache.get("Bar"));
{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: