2 Replies Latest reply on Sep 24, 2010 10:58 AM by genman

    can I call a ejb function from JMX?

    cn123h

      I'm testing my session bean functions. I can write a servlet, call the functions, deploy it and.... Or I can use the ejb test project, like apache cactus.
      But, can I just invoke these function with JMX? I use JBoss, there is a web GUI for JMX, my functions are all about Database, no output, is there any easy way just to run it without Servlet, UnitTest... ?