You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Eoghan Glynn (JIRA)" <ji...@apache.org> on 2009/09/04 14:03:13 UTC

[jira] Created: (SMX4NMR-143) Incorrect type in object name for component LifeCyle MBeans

Incorrect type in object name for component LifeCyle MBeans
-----------------------------------------------------------

                 Key: SMX4NMR-143
                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-143
             Project: ServiceMix NMR
          Issue Type: Bug
    Affects Versions: 1.1.0
            Reporter: Eoghan Glynn
            Assignee: Eoghan Glynn
             Fix For: 1.1.0


The ObjectName associated with component's LifeCycle MBean should be of form:

org.apache.servicemix:Type=Component,Name=servicemix-file,SubType=LifeCycle

but is in fact now:

org.apache.servicemix:Type=binding-component,Name=servicemix-file,SubType=LifeCycle

So LifeCycle MBeans do not appear as before under org.apache.servicemix/Component tree in JMX browser such as jconsole.  

This is fall-out from the SMX4NMR-140 refactoring.

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


[jira] Work started: (SMX4NMR-143) Incorrect type in object name for component LifeCyle MBeans

Posted by "Eoghan Glynn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4NMR-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4NMR-143 started by Eoghan Glynn.

> Incorrect type in object name for component LifeCyle MBeans
> -----------------------------------------------------------
>
>                 Key: SMX4NMR-143
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-143
>             Project: ServiceMix NMR
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 1.1.0
>
>
> The ObjectName associated with component's LifeCycle MBean should be of form:
> org.apache.servicemix:Type=Component,Name=servicemix-file,SubType=LifeCycle
> but is in fact now:
> org.apache.servicemix:Type=binding-component,Name=servicemix-file,SubType=LifeCycle
> So LifeCycle MBeans do not appear as before under org.apache.servicemix/Component tree in JMX browser such as jconsole.  
> This is fall-out from the SMX4NMR-140 refactoring.

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


[jira] Updated: (SMX4NMR-143) Incorrect type in object name for component LifeCyle MBeans

Posted by "Eoghan Glynn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4NMR-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eoghan Glynn updated SMX4NMR-143:
---------------------------------

    Attachment: smx4nmr_143.patch

Can some committer review the attached patch, and commit to trunk if its considered OK?

> Incorrect type in object name for component LifeCyle MBeans
> -----------------------------------------------------------
>
>                 Key: SMX4NMR-143
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-143
>             Project: ServiceMix NMR
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 1.1.0
>
>         Attachments: smx4nmr_143.patch
>
>
> The ObjectName associated with component's LifeCycle MBean should be of form:
> org.apache.servicemix:Type=Component,Name=servicemix-file,SubType=LifeCycle
> but is in fact now:
> org.apache.servicemix:Type=binding-component,Name=servicemix-file,SubType=LifeCycle
> So LifeCycle MBeans do not appear as before under org.apache.servicemix/Component tree in JMX browser such as jconsole.  
> This is fall-out from the SMX4NMR-140 refactoring.

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


[jira] Resolved: (SMX4NMR-143) Incorrect type in object name for component LifeCyle MBeans

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4NMR-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4NMR-143.
-------------------------------------

    Resolution: Fixed

Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/Component.java
Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/artifacts/ComponentImpl.java
Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/artifacts/ServiceAssemblyImpl.java
Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/artifacts/SharedLibraryImpl.java
Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/AdminCommandsImpl.java
Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/AdminService.java
Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/ComponentInstaller.java
Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/InstallationContextImpl.java
Sending        jbi/runtime/src/main/java/org/apache/servicemix/jbi/runtime/impl/AbstractComponentContext.java
Sending        nmr/management/src/main/java/org/apache/servicemix/nmr/management/DefaultNamingStrategy.java
Sending        nmr/management/src/main/java/org/apache/servicemix/nmr/management/ManagementAgent.java
Sending        nmr/management/src/main/java/org/apache/servicemix/nmr/management/Nameable.java
Sending        nmr/management/src/test/java/org/apache/servicemix/nmr/management/ManagementStrategyTest.java
Transmitting file data .............
Committed revision 811430.


> Incorrect type in object name for component LifeCyle MBeans
> -----------------------------------------------------------
>
>                 Key: SMX4NMR-143
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-143
>             Project: ServiceMix NMR
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 1.1.0
>
>         Attachments: smx4nmr_143.patch
>
>
> The ObjectName associated with component's LifeCycle MBean should be of form:
> org.apache.servicemix:Type=Component,Name=servicemix-file,SubType=LifeCycle
> but is in fact now:
> org.apache.servicemix:Type=binding-component,Name=servicemix-file,SubType=LifeCycle
> So LifeCycle MBeans do not appear as before under org.apache.servicemix/Component tree in JMX browser such as jconsole.  
> This is fall-out from the SMX4NMR-140 refactoring.

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