3 Replies Latest reply on Jul 6, 2006 12:00 PM by wolfc

    @Service @Management & JMX

    wolfc

      I'm looking at the following issues:
      http://jira.jboss.com/jira/browse/EJBTHREE-323
      http://jira.jboss.com/jira/browse/EJBTHREE-606
      http://jira.jboss.com/jira/browse/EJBTHREE-631

      I have created some unit tests and to my surprise the @Service and @Management are working except for lifecycle calls (606). It appears that these are normally called by the the ServiceController, but this is a MBean.
      Currently I'm lost in the forest around MCKernelAbstraction & JMXKernelAbstraction, but @Management is dependant on JMX, right?
      If so 631 is unsolvable.

      Shall I resolve 323 as done?