Have a look at the region-based marshalling feature discussed at
http://labs.jboss.com/file-access/default/members/jbosscache/freezone/doc....
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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...