|
From: Juergen H. <ju...@in...> - 2005-04-05 21:30:21
|
Actually, Spring's JMX support is already built to support JMX 1.0 wherever possible. It should only require JMX 1.2 for proxy-based JMX MBean access (the org.springframework.jmx.access package). Everything else should work nicely on JMX 1.0 too, in particular exposure of Spring beans as MBeans. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Gonzales, Fabian Sent: Tuesday, April 05, 2005 11:20 PM To: spr...@li... Subject: [Springframework-developer] Spring 1.2 and JMX 1.0 I am working on adding JMX support to our software, and would like to use the JMX support in the 1.2 release of the Spring Framework. However, there is a requirement to use WebLogic 8.1, which only supports JMX 1.0. From what I understand Spring 1.2 only supports JMX 1.2. Are there any plans to support JMX 1.0 in the future? If yes, what does the timeline look like? If I decide to add JMX 1.0 support myself, how involved would it be, and what would be the best way to add JMX 1.0 support while ensuring maximum compatibility with future Spring releases? - Fabian |