Hi Geeks

This evening I started to see what is necessary to convert jBoss
(taken from CVS) to the final release of JMX.

That is what I found:
- javax.management.Notification: uses a long instead a java.util.Date
therefore changes in ConsoleLogging, FileLogging and
ServiceMBeanSupport are necessary (change either long to Date or
use getTime() to take long from Date).
- javax.management.MBeanServer: is now a interface and MBeanServerImpl
from JMX-RI (reference implementation) has to be taken or we have to
write one of our own. Changes are necessary to Main and my Connector
TestClient.
- com.sun.management.Trace: is now under com.sun.management.jmx
changes are necessary to Logger.
- javax.management.MBeanServer: yeah it is an interace and therefore has
now static methods (but also the implementation has none). Use
MBeanServerFactory.findMBeanServer() instead. Changes are necessary
to MBeanProxy.

I performed all these changes, compiled it and let jBoss run. I tested also
the HtmlAdapter through http://localhost:8082 and through my Connector
test client and I encounter now problem.

What do you think, shall I commit these changes to CVS because I did
not make any tests which EJBs except the one's started when you start
jBoss.

Have fun
Mad Andy, good Pizza


Reply via email to