Hi all, I am porting some jmx code to OSGi.
The code wants to offer a remote jmx connector using the jmxmp protocol. This is implemented in the jmxremote_optional.jar in the jdk. The problem is that the jmx impl scans the class path META-INF/services for protocol implementations. This does not work in OSGi.
So I guess I either have to tweak the classpath or have to add the protocol programmatically.
Did anyone already do one of the variants for remote jmx and can help me get this working?
Christian -- -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

