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#3983698

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983698
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to