-
Bug
-
Resolution: Done
-
Major
-
4.0.0.ALPHA5
-
None
-
Low
S3CacheStore's init() method currently initialises connection and bucket to null, which means that an NPE is thrown when cache store is used.
public void init(CacheLoaderConfig config, Cache cache, Marshaller m)
{ init(config, cache, m, null, null); }Caused by: java.lang.NullPointerException
at org.infinispan.loaders.s3.S3CacheStore.start(S3CacheStore.java:75)
at org.infinispan.loaders.decorators.AbstractDelegatingStore.start(AbstractDelegatingStore.java:101)
at org.infinispan.loaders.CacheLoaderManagerImpl.start(CacheLoaderManagerImpl.java:96)