]
Galder Zamarreño updated ISPN-3011:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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: