this is wat i use to get the treecache instance
MBeanServer server = MBeanServerLocator.locate();
TreeCacheMBean tree = ( TreeCacheMBean ) MBeanProxyExt.create(
TreeCacheMBean.class, "jboss.cache:service=TreeCache", server );
the object i am caching is a string , with a string as key..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989960#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...