Karl Palsson opened SPR-7011 and commented
Not critically important, but if you try and use the MBean exporter (org.springframework.jmx.export.MBeanExporter) to export a web services client (JaxWsPortProxyFactoryBean) then you get an NPE
MBeanExporter.adaptMBeanIfPossible() gets a null back from AopUtils.getTargetClass(), (probably right?)
then JmxUtils.getMXBeanInterface() tries to find the superclass of a null class.
Probably the getMXBeanInterface() should be made null safe?
Affects: 3.0.1
Referenced from: commits 296aa96