0 Replies Latest reply on Apr 3, 2007 2:39 PM by screeny

    How can I get transaction object from MBean?

    screeny

      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