0 Replies Latest reply on Aug 18, 2007 1:24 AM by ericjava

    Accessing an MBean from a web application

      Here's the question: JBoss has all these great MBeans, and it's pretty easy to write custom MBeans too. And they are all easily accessible from the jmx console. But how do I get them from within a web application?

      I found this web page:

      http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnEJBCallAnMBean

      which gives some code for this. But is there some way to inject the mbean, just like we inject everything else in Seam? Or should I just write that code every time?

      Thanks