I am using Spring with Java 6 and getting this Exception when trying to export beans to JMX using the MBeanExporter:
MetadataMBeanInfoAssembler does not support JDK dynamic proxies - export the target beans directly or use CGLIB proxies instead
When I googled the error I found that it looked like a very old issue:
http://forum.springsource.org/showth...er-work-in-RC2

I have inherited code with @Transactional on interface methods, and rewriting that code is not practical.
I do not want to expose all of the methods on my beans, so SimpleReflectiveMBeanInfoAssembler is not an option.

So...did this issue ever get fixed? How is one supposed to work with this?

Thanks,

Mary-Anne