0 Replies Latest reply on Nov 7, 2006 5:51 AM by crr

    Please help me

      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