You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/01/23 10:19:24 UTC

[jira] Resolved: (SMX4NMR-15) Support for MBeans/JMX

     [ https://issues.apache.org/activemq/browse/SMX4NMR-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4NMR-15.
------------------------------------

    Resolution: Fixed

Sending        trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/handler/Transformer.java
Sending        trunk/jbi/itests/src/test/java/org/apache/servicemix/jbi/IntegrationTest.java
Sending        trunk/jbi/osgi/src/main/resources/META-INF/spring/servicemix-jbi.xml
Sending        trunk/jbi/runtime/src/main/java/org/apache/servicemix/jbi/runtime/impl/ComponentContextImpl.java
Sending        trunk/jbi/runtime/src/main/java/org/apache/servicemix/jbi/runtime/impl/ComponentRegistryImpl.java
Adding         trunk/jbi/runtime/src/main/java/org/apache/servicemix/jbi/runtime/impl/ManagementContext.java
Sending        trunk/jbi/runtime/src/test/java/org/apache/servicemix/jbi/runtime/IntegrationTest.java
Sending        trunk/pom.xml
Transmitting file data ........
Committed revision 614463.

The getMBeanNames() has been backported from 3.x and getMBeanServer() will return a valid server if one has been registered in the OSGi registry (which is next on my todo list).

> Support for MBeans/JMX
> ----------------------
>
>                 Key: SMX4NMR-15
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-15
>             Project: ServiceMix NMR
>          Issue Type: Improvement
>            Reporter: Lars Heinemann
>
> Currently there seems to be no support for MBeans / JMX.
> In the endpoint's start() method:
> this.getContext().getMBeanNames()  -> null
> this.getContext().getMBeanServer() -> null
> see: http://www.nabble.com/problem-with-smx4-and-MBeans-to15000010s12049.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.