Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Need to ask the MX4j folks to separate out the API and the implementation into separate jars for their next release. Ideally
jmx-api.jar (contains javax.management.**)
mx4j-jmx.jar (contains mx4j.**)
Doing this would enable us to place the jmx-api.jar in the root classloader and thus allows us to safely enable access to management subsystem from within blocks.
Unfortunately this is not possible as some of the specification classes include MX4J specific classes. It may also not be a smart idea given that as of JDK1.5 the JMX classes will be included in system classpath.