]
Kevin Pollet updated ISPN-1563:
-------------------------------
Fix Version/s: 5.1.0.CR1
(was: 5.0.2.FINAL)
Affects Version/s: 5.1.0.BETA5
Component/s: Configuration
(was: CDI integration)
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
Fix For: 5.1.0.CR1
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: