[infinispan-issues] [JBoss JIRA] (ISPN-3011) NullPointerException when creating JCacheManager instances with named caches

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Mon Apr 15 04:49:53 EDT 2013


Galder Zamarreño created ISPN-3011:
--------------------------------------

             Summary: NullPointerException when creating JCacheManager instances with named caches
                 Key: ISPN-3011
                 URL: https://issues.jboss.org/browse/ISPN-3011
             Project: Infinispan
          Issue Type: Bug
          Components: JCache
    Affects Versions: 5.3.0.Alpha1
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
             Fix For: 5.3.0.Beta1


Passing a configuration file to JCacheManager with named caches defined in them throws NullPointerException:

{code}java.lang.NullPointerException
	at javax.cache.SimpleConfiguration.<init>(SimpleConfiguration.java:175)
	at org.infinispan.jcache.JCache.<init>(JCache.java:95)
	at org.infinispan.jcache.JCacheManager.<init>(JCacheManager.java:109)
	at jcache.ReplicatedCacheTest.beforeClass(ReplicatedCacheTest.java:36){code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list