Aries JMX whiteboard should support MXBeans
-------------------------------------------

                 Key: ARIES-839
                 URL: https://issues.apache.org/jira/browse/ARIES-839
             Project: Aries
          Issue Type: Improvement
          Components: JMX
    Affects Versions: 0.3
            Reporter: Christian Schneider
             Fix For: 0.4


Currently the aries jmx whiteboard extender uses a filter like this to register 
the servicetracker:
"(" + Constants.OBJECTCLASS + "=*MBean)"

This filter does not work for MXBEans which end in MXBean. I think the filter 
should be made more open to allow MXBeans. Basically it would be even better to 
have a filter
the simply tests for the jmx.objectname property instead. So the tracker would 
simply check all services that have the jmx.objectname property.

Would be great if that could be fixed for Karaf 3 as we would like to use the 
whiteboard extensively with MXBeans.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to