When using the Entity Tree Cache in JBoss 4.2.2.GA, the JMX bean makes available a
remove(String) method, that, when invoked, removes a given node from the cache.
Following the JBoss 5.0.0.GA cache article (available:
http://www.jboss.org/community/docs/DOC-13200), I have migrated to the mvcc-entity cache.
Unfortunately, I am unable to find a way to remove nodes from this cache without
redeploying the application. Being able to remove nodes (in particular, those cached as
read-only) from the cache is a critical need when redeployment in a production environment
is not a viable option.
Is this functionality still available with the mvcc-entity cache? If not, are there any
similar alternatives or workarounds?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202573#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...