<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Dear JBoss developers,<br>just wondering if JMX support will be changed in the release 7 of the application server.<br>I've tried running a basic JMX local (web) client:<br><pre>Calculator cal = null;<br>MBeanServer server = MBeanServerLocator.locate();<br><br>cal = (CalculateInterest) MBeanProxyExt.create(<br> CalculateInterest.class,"sampleJMX:service=calculateInterest",server);</pre>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 ?<br>Thanks a lot<br>Francesco<br>                                            </body>
</html>