Hi Geeks
I am trying to make JMX Connector a little bit jBoss independent.
The problem I have is that the ServiceMBeanSupport class uses
a Log class which must be loaded previous to the MBeanServer.
My solution:
- create a "Log" interface
- using a property and load the log implementation with Class.forName()
In this way the ServiceMBeanSupport is also usable outside of
jBoss. What do you think?
Have fun - Mad Andy / Better Pizza
Senior Java Developer
eBuilt Inc. (www.ebuilt.com)
while( true ) { think(); write(); publish(); }