[
https://issues.jboss.org/browse/ISPN-9682?page=com.atlassian.jira.plugin....
]
Dan Berindei commented on ISPN-9682:
------------------------------------
Functional maps with simple caches are not tested, so we should not allow them.
Alternatively we could implement functional maps without the invocation chain, but I'm
not sure the functional API brings any advantage for local caches without persistence.
NullPointerException when put to JCache
---------------------------------------
Key: ISPN-9682
URL:
https://issues.jboss.org/browse/ISPN-9682
Project: Infinispan
Issue Type: Bug
Components: JCache
Affects Versions: 9.4.0.Final, 9.4.1.Final
Reporter: Andrei Arkaev
Priority: Blocker
After upgrade from 9.4.0.RC3 to 9.4.0.Final (and 9.4.1.Final too) I have an error
java.lang.NullPointerException: null
at
org.infinispan.functional.impl.AbstractFunctionalMap.invokeAsync(AbstractFunctionalMap.java:127)
at org.infinispan.functional.impl.ReadWriteMapImpl.eval(ReadWriteMapImpl.java:70)
at org.infinispan.jcache.embedded.JCache.put(JCache.java:409)
Cache configuration
<local-cache
name="SomeGlobalCache"
simple-cache="true"
statistics="false"
statistics-available="false">
<transaction mode="NONE"/>
</local-cache>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)