From: Jens S. <jen...@vo...> - 2007-06-06 13:01:26
|
> Thanks! Jens. I have a couple more to report as follows: > 1. NoClassDefFoundError when using HttpConsoleServer.java when? ... Interesting. Which application server do you use? Do you have jetm.jar in your application server classpath, or is it part of your ejb.jar? > 2. The result came from JMX looks weird since you return text. Look & feel recommendations?;) > I also got an idea where it generates > additional MBean for each method so that you can drill down using JMX but > I'm not sure whether it's overkilled or not. This should be supported as of today. While I did not test it with the current spring jmx integration it should work. Right now I create a new MBean for every top level measurement point. Registration/deregistration will happen dynamically. (The class RootAggregator will issue a RootCreated event that will be issue a register in AbstractJmxRegistry) > Thanks for the great product :-) I am glad you like it;). |