[infinispan-issues] [JBoss JIRA] (ISPN-1563) Cache configured with the new configuration always returns null values
Kevin Pollet (Updated) (JIRA)
jira-events at lists.jboss.org
Thu Nov 24 05:56:40 EST 2011
[ https://issues.jboss.org/browse/ISPN-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list