-
Bug
-
Resolution: Done
-
Major
-
4.0.0.CR3
-
None
-
Compatibility/Configuration
-
Workaround Exists
-
-
Low
Add to config something like this:
<customInterceptors>
<interceptor after="org.infinispan.interceptors.CacheLoaderInterceptor" class="com.devexperts.PersistenceInterceptor"/>
</customInterceptors>
and it will fail Caused by: java.lang.NullPointerException
at org.infinispan.interceptors.InterceptorChain.addInterceptorAfter(InterceptorChain.java:193)
at org.infinispan.factories.InterceptorChainFactory.buildCustomInterceptors(InterceptorChainFactory.java:161)
at org.infinispan.factories.InterceptorChainFactory.buildInterceptorChain(InterceptorChainFactory.java:143)
at org.infinispan.factories.InterceptorChainFactory.construct(InterceptorChainFactory.java:177)