On Jun 21, 2008, at 3:56 AM, Serkan Kaba wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Currently log4j depends on jmx RI and can't be compiled with jmx that comes with Java>=1.5. Recently Sun stopped distributing sources of JMS resulting in Gentoo packages for jms and log4j breakage. Can you consider migrating to an open source JMX implementation (mx4j for example) or depending only on Java provided classes. - -- Sincerely, Serkan KABA Gentoo/Java
If your only concern is the use of com.sun.jdmk.comm.HtmlAdapterServer in org.apache.log4j.jmx.Agent, it would seem fairly straightforward to replace with code that uses reflection to launch HtmlAdapterServer. Agent does not appear to be referenced elsewhere in log4j.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
