Hi!
My current code is:
MBeanServer server=MBeanServerLocator.locateJBoss();
| this.treeCache=(TreeCacheMBean)MBeanProxyExt.create(TreeCacheMBean.class,
treeCacheName, server);
How can I get the UserTransaction object to get more control? The documentation describe
standalone enviroment but I would like to use in Jboss AS where my TreeCache is MBean.
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034250#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...