|
From: Rob H. <ro...@ca...> - 2004-07-29 17:27:01
|
All, Added some more JMX modifications to the sandbox. The MBeanServer can now be set on the JmxMBeanAdapter using setter injection and a I provided an MBeanServerFactoryBean for this purpose. JmxMBeanAdapter will still try to locate the server using MBeanServerFactory if one is not supplied. Added the basis of support for attribute change notification and that seems to be functioning but you can't remove the listeners yet. The spec is VERY unclear on this aspect so I plan to test this with a few different JXM implementations to make sure it works! Rob |