Hi
i have been using JbossCache using the MBeanserver locator. i am in the process of
upgrading to jboss cache 2.0 and cant find TreeCacheMBean ?
MBeanServer server = MBeanServerLocator.locate();
tree = (TreeCacheMBean) MBeanProxyExt.create(TreeCacheMBean.class,
"jboss.cache:service=TreeCache", server);
i used tree.put and tree.get to put and retrieve from cache.
Any alternatives to this in 2.0 ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099173#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...