Hi All,

I just got Spring JMX working in WebLogic 8.1. However I had to exclude my jmx-enabled beans from my BeanNameAwareAutoProxyCreator because the AbstractReflectiveMBeanInfoAssembler tried to jmx-enable the proxy and not the underlying bean. Is there a way to combine JMX support with proxies?

I'm using Spring 2.0.5.

thanks

john