-
Bug
-
Resolution: Done
-
Major
-
5.1.5.FINAL
-
None
Previously I have been using put with cache listeners to get remote updates. This works fine, however I changed over to using the concurrent map replace method due to my new value being a composite value and I wanted to make sure to work with asynchronous updates across jvm in a loop. The changes work fine however I am no longer getting CacheModification listener events.
I have provided a test case (git hub pull request) that tests this and changes that allow for the cache listeners to be notified.