[jboss-user] [JBossCache] - Re: Redeployment issues
bstansberry@jboss.com
do-not-reply at jboss.com
Tue Jun 12 09:55:49 EDT 2007
Have a look at the region-based marshalling feature discussed at http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/1.4.0/TreeCache/en/html/treecache_marshaller.html.
Basically allows you to register a classloader with region of the cache. Simplified usage:
On deploy of your app:
1) register a classloader with the region of your cache where you will store objects for that app.
2) activate that region
On undeploy of your app:
3) Inactivate the region
4) Unregister the classloader
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053559#4053559
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053559
More information about the jboss-user
mailing list