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#4104273

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104273
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to