You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: