Hi,
From what I have seen in the documentation, it's possible to create proxies to remote MBeans via the MBeanProxyFactoryBean class. Does Spring provide a similar Proxy factory for JMX 1.0 MBean servers ? I need to access remote Mbeans on Weblogic server 8.1 and JMX 1.0 is really cumbersome.
Thanks,
bengali.


Reply With Quote
. JMX 1.0 is a really old specification as you now and there are quite a lot of improvements inside 1.2 that should be considered. I worked with 1.0 and some things were unclear that why a lot of vendors added their own extensions in 1.0.
