[infinispan-issues] [JBoss JIRA] (ISPN-1563) Cache configured with the new configuration always returns null values

Kevin Pollet (Created) (JIRA) jira-events at lists.jboss.org
Thu Nov 24 05:54:41 EST 2011


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: CDI integration
            Reporter: Kevin Pollet
            Assignee: Pete Muir
            Priority: Blocker
             Fix For: 5.0.2.FINAL


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