[jboss-user] [JBossCache] - Re: Regional classloaders and state transfer

bstansberry@jboss.com do-not-reply at jboss.com
Thu May 3 11:31:12 EDT 2007


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



More information about the jboss-user mailing list