[infinispan-issues] [JBoss JIRA] (ISPN-1563) Cache configured with the new configuration always returns null values
Pete Muir (Resolved) (JIRA)
jira-events at lists.jboss.org
Thu Nov 24 08:47:40 EST 2011
[ https://issues.jboss.org/browse/ISPN-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir resolved ISPN-1563.
-----------------------------
Resolution: Out of Date
Fixed by ISPN-1559
> 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