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?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955831#3955831
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955831
|