-
Bug
-
Resolution: Done
-
Blocker
-
4.1.0.ALPHA2
-
None
-
Low
in CacheStoreIntercetor.prepareCacheLoader we check if the modification list is empty (line 240) without first verifying that it is not null.
The fix is simple, simply call transactionContext.hasModifications() instead.