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

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

Reply via email to