I think what you should be doing is clear the local cache using JBossCache options API when undeploying your application. That will clear the cache and then start a new instance on redeployment which will have the right classes with the right defining class loader and you won't affect the other cache instances running on other instances of the application assuming that you're sharing the cache via replication, cache loader,...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990453#3990453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990453 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
