JDMK + JMX 1.0 compatability

Hi,I have to use JDMK lib with weblogic 8.1. But Weblogic uses JMX 1.0 So facing incompatibility issue. Could any body give a suggestion how to overcome this issue.Thank you.
[195 byte] By [KDeepa] at [2007-11-27 3:48:26]
# 1
You need to set a system property either at start up or in your code.Commandline:-Djmx.serial.form=1.0In your code:System.setProperty("jmx.serial.form", "1.0");Regards,Eske
esorta at 2007-7-12 8:52:19 > top of Java-index,Core,Monitoring & Management...
# 2

Thanks for your reply.

But my problem is weblogic is using JMX 1.0 But My uplication is using JDMK jar which needs JMX 1.1 or above. How do I achieve this. It tried to overide the JMX classes of weblogic from an external jar. But in that case weblogic doesn't start, it fails while launching.

Thanks

Deepak

KDeepa at 2007-7-12 8:52:19 > top of Java-index,Core,Monitoring & Management...
# 3
Hi,When you say "my application", is that an application that runs insideweblogic's server?If so which part of JDMK are you using?-- danielJMX, SNMP, Java, etc... http://blogs.sun.com/jmxetc
dfuchsa at 2007-7-12 8:52:19 > top of Java-index,Core,Monitoring & Management...