Iam instantiating the TreeCacheMBean from out side of Jboss like
MBeanServer server = MBeanServerLocator.locate();
| cache = (TreeCacheMBean) MBeanProxyExt.create(TreeCacheMBean.class,
"jboss.cache:service=MyCache", server);
| cache.put("/demo/child", null);
|
| but how to instantiate the TreeCache
|
|
|
| Thanks
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983698#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...