Description
The JMX whiteboard requires MBean services to implement an interface with the same name as the class + "MBean"
I'm porting a system to use Aries, that has a whole lot of MXBeans instead of regular MBeans, and because of that, they get ignored.
If I am not mistaken, functionally MXBeans are a subset of MBeans, so I think it would make sense for Aries to accept MXBeans too.
I tried it locally on trunk, and it seems to do the trick.
Are you guys and gals interested in the (very trivial) patch?