The MBeanExporter generates ModelMBeans which don't take advantage of the Open Types used by Open MBeans and MXBeans. I want to expose properties on my management interface which would use the CompositeType Open Type, and as a result display well in generic management consoles like JConsole.

Are there any good work arounds to exposing properties of a composite style type via the Spring MBeanExporter?