2 Replies Latest reply on Sep 2, 2002 12:37 PM by weitzman_d

    MBean interfaces in org.jboss.system

    weitzman_d

      Where in the world are org.jboss.system.Service and org.jboss.system.ServiceMBeanSupport? All the JBoss services seem to implement it, and it looks like they're what I'd need to integrate my own service with JBoss, but after a long time scouring CVS and looking in .jars I can't seem to see any trace of them.

      From the XDoclet jmx remarks I get the idea that they might possibly be automatically generated, but there must be some .jar file somewhere I can compile against. How can I compile something that implements one of them? And if they aren't automatically generated, where can I find their source code?

      Thanks