The way to handle this use case is configure the cache with "InactiveOnStartup" 
set to true.  Then:

1) Create cache
2) Start cache. (no state transfer occurs due to "InactiveOnStartup")
3) For each region:
a) register classloader
b) activateRegion (state transfer for that region occurs and uses the correct 
classloader)

It would be nice to support doing it the way you described. Requires better 
integration between the StateTransferManager and the RegionManager.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042868#4042868

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

Reply via email to