[jboss-as7-dev] JBoss AS 7 JMX Support
Francesco Marchioni
marchioni.francesco at hotmail.it
Sun Feb 13 13:33:18 EST 2011
Dear JBoss developers,
just wondering if JMX support will be changed in the release 7 of the application server.
I've tried running a basic JMX local (web) client:
Calculator cal = null;
MBeanServer server = MBeanServerLocator.locate();
cal = (CalculateInterest) MBeanProxyExt.create(
CalculateInterest.class,"sampleJMX:service=calculateInterest",server);However the MBeanProxyExt class cannot be found by the javac compiler. Do you know if earlier JMX based applications will be compatible with the AS 7 release ?
Thanks a lot
Francesco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20110213/0c4042ba/attachment.html
More information about the jboss-as7-dev
mailing list