When using EntryListeners and EntryProcessors the classloader sematics need to be defined. For example is a JavaEE application registers an EntryListener the classloader of the JavaEE application must be established by the caching provider when the listener is called back.
This is even more complicated when EntryProcessors are involved as they are serialized across the network to remote cache nodes in many implementations.
When using EntryListeners and EntryProcessors the classloader sematics need to be defined. For example is a JavaEE application registers an EntryListener the classloader of the JavaEE application must be established by the caching provider when the listener is called back.
This is even more complicated when EntryProcessors are involved as they are serialized across the network to remote cache nodes in many implementations.