You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Ulhas Bhole (JIRA)" <ji...@apache.org> on 2009/02/13 15:44:59 UTC

[jira] Created: (SMX4NMR-84) JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)

JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)
----------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: SMX4NMR-84
                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-84
             Project: ServiceMix NMR
          Issue Type: Bug
            Reporter: Ulhas Bhole


JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)

To reproduce: Install component using install-component ant-task and then call list-binding-components task which shows the state as "Started". It should be put into Shutdown state until start-component is called. 

I see this behaviour in Servicemix 3 and which seems correct. 


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


[jira] Commented: (SMX4NMR-84) JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4NMR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49445#action_49445 ] 

Guillaume Nodet commented on SMX4NMR-84:
----------------------------------------

Yes, however we need to keep this behavior for components installed from the ant tasks if possible.  We certainly want the components to be started when pre-installed with the full smx4 distribution.

> JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4NMR-84
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-84
>             Project: ServiceMix NMR
>          Issue Type: Bug
>            Reporter: Ulhas Bhole
>
> JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)
> To reproduce: Install component using install-component ant-task and then call list-binding-components task which shows the state as "Started". It should be put into Shutdown state until start-component is called. 
> I see this behaviour in Servicemix 3 and which seems correct. 

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


[jira] Assigned: (SMX4NMR-84) JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)

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

Guillaume Nodet reassigned SMX4NMR-84:
--------------------------------------

    Assignee: Guillaume Nodet

> JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4NMR-84
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-84
>             Project: ServiceMix NMR
>          Issue Type: Bug
>            Reporter: Ulhas Bhole
>            Assignee: Guillaume Nodet
>             Fix For: 1.0.0
>
>
> JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)
> To reproduce: Install component using install-component ant-task and then call list-binding-components task which shows the state as "Started". It should be put into Shutdown state until start-component is called. 
> I see this behaviour in Servicemix 3 and which seems correct. 

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


[jira] Resolved: (SMX4NMR-84) JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)

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

Guillaume Nodet resolved SMX4NMR-84.
------------------------------------

    Resolution: Fixed

Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/ComponentImpl.java
Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/Deployer.java
Adding         jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/OsgiMultiParentClassLoader.java
Sending        jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/SharedLibraryImpl.java
Sending        jbi/itests/pom.xml
Sending        jbi/itests/src/test/java/org/apache/servicemix/jbi/IntegrationTest.java
Adding         jbi/itests/src/test/java/org/apache/servicemix/jbi/ManagementTest.java
Sending        jbi/itests/src/test/resources/org/apache/servicemix/MANIFEST.MF
Sending        jbi/management/src/main/java/org/apache/servicemix/jbi/management/AbstractInstaller.java
Sending        jbi/management/src/main/java/org/apache/servicemix/jbi/management/AdminCommandsService.java
Sending        jbi/management/src/main/java/org/apache/servicemix/jbi/management/AdminService.java
Sending        jbi/management/src/main/java/org/apache/servicemix/jbi/management/ComponentInstaller.java
Sending        jbi/management/src/main/java/org/apache/servicemix/jbi/management/ManagementSupport.java
Sending        jbi/management/src/main/java/org/apache/servicemix/jbi/management/ServiceAssemblyInstaller.java
Sending        jbi/management/src/main/resources/META-INF/spring/servicemix-jbi-management.xml
Sending        pom.xml
Transmitting file data ................
Committed revision 744563.

> JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4NMR-84
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-84
>             Project: ServiceMix NMR
>          Issue Type: Bug
>            Reporter: Ulhas Bhole
>            Assignee: Guillaume Nodet
>             Fix For: 1.0.0
>
>
> JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)
> To reproduce: Install component using install-component ant-task and then call list-binding-components task which shows the state as "Started". It should be put into Shutdown state until start-component is called. 
> I see this behaviour in Servicemix 3 and which seems correct. 

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


[jira] Updated: (SMX4NMR-84) JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)

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

Guillaume Nodet updated SMX4NMR-84:
-----------------------------------

    Fix Version/s: 1.0.0

> JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4NMR-84
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-84
>             Project: ServiceMix NMR
>          Issue Type: Bug
>            Reporter: Ulhas Bhole
>             Fix For: 1.0.0
>
>
> JBI deployer puts component in start state when installed via install-component ant task. (It should be in Shutdown state till start-component is called.)
> To reproduce: Install component using install-component ant-task and then call list-binding-components task which shows the state as "Started". It should be put into Shutdown state until start-component is called. 
> I see this behaviour in Servicemix 3 and which seems correct. 

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