You could create your own class:
| MyCacheLoader extends ClusteredCacheLoader implements ExtendedCacheLoader
| { ... }
|
and implement the ExtendedCacheLoader methods as no-ops (or returning a 0-byte array for
loadState).
ClusteredCacheLoaders should not participate in loading/storing state.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104273#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...