I'm trying to use
Resin's JMX support with my own beans but I'm running into what looks to be bugs
in Sun's own RI packaged in the jmx-12.jar redistributed with Resin.
Specifically this throws a MalformedObjectNameException:
<resource
mbean-name="maestro:type=BusinessNetworkMBean,name=Webify Health Transactions"
type="..."/>
whereas the JMX 1.2
javadoc specifically state the spaces are supported in key values. When I
remove the spaces, all is well. I noticed that there is a JMX 1.2.1 update
now available and tried to replace the jar but there are big enough changes that
the code does not simply drop in (even with a hacked
MANIFEST.MF).
Is it possible to
get resin 3.x updated with the latest Sun JMX 1.2.1 RI
code?