Hi,
We faced the following problem when trying to do dynamic loading using
M-Lets:
We have defined a MLET tag following the syntax defined in JMX1.2
specification.
This tag containes several elements, but only the ARCHIVE element's
value is enclosed
in double quote marks (""). The others are not.
The MBean corresponding to this MLET tag can be deployed on SUN RI JMX
implementation,
but we had to enclose in double quote marks all the elements' values in
order to deploy on MX4J.
This seems to be a lack of conformity which force us to change the MLET
syntax when porting
JMX code to MX4J.
Can you see any way avoiding this ?
Thanks
|