jbi/list output isn't correct after stop and start jbi deployer bundle
----------------------------------------------------------------------
Key: SMX4NMR-61
URL: https://issues.apache.org/activemq/browse/SMX4NMR-61
Project: ServiceMix NMR
Issue Type: Bug
Reporter: Freeman Fang
when we start servicemix, input jbi/list
we get
Components
----------
servicemix-http - Started - null
servicemix-mail - Started - null
servicemix-cxf-bc - Started - null
servicemix-scripting - Started - null
servicemix-bean - Started - null
servicemix-wsn2005 - Started - null
servicemix-file - Started - null
servicemix-drools - Started - null
servicemix-ftp - Started - null
servicemix-jms - Started - null
servicemix-osworkflow - Started - null
servicemix-saxon - Started - null
servicemix-quartz - Started - null
servicemix-camel - Started - null
servicemix-validation - Started - null
servicemix-cxf-se - Started - null
servicemix-eip - Started - null
then we stop Apache ServiceMix JBI Deployer bundle, we can see the jbi
artifacts get shutdown correctly.
jbi/list
we can get
Components
----------
servicemix-http - Shutdown - null
servicemix-mail - Shutdown - null
servicemix-cxf-bc - Shutdown - null
servicemix-scripting - Shutdown - null
servicemix-bean - Shutdown - null
servicemix-wsn2005 - Shutdown - null
servicemix-file - Shutdown - null
servicemix-drools - Shutdown - null
servicemix-ftp - Shutdown - null
servicemix-jms - Shutdown - null
servicemix-osworkflow - Shutdown - null
servicemix-saxon - Shutdown - null
servicemix-quartz - Shutdown - null
servicemix-camel - Shutdown - null
servicemix-validation - Shutdown - null
servicemix-cxf-se - Shutdown - null
servicemix-eip - Shutdown - null
so far everything is correct.
but if we start the JBI Deployer bundle again,
jbi/list
Components
----------
servicemix-http - Shutdown - null
servicemix-http - Started - null
servicemix-mail - Shutdown - null
servicemix-mail - Started - null
servicemix-cxf-bc - Shutdown - null
servicemix-cxf-bc - Started - null
servicemix-scripting - Shutdown - null
servicemix-scripting - Started - null
servicemix-bean - Shutdown - null
servicemix-bean - Started - null
servicemix-wsn2005 - Shutdown - null
servicemix-wsn2005 - Started - null
servicemix-file - Shutdown - null
servicemix-file - Started - null
servicemix-drools - Shutdown - null
servicemix-drools - Started - null
servicemix-ftp - Shutdown - null
servicemix-ftp - Started - null
servicemix-jms - Shutdown - null
servicemix-jms - Started - null
servicemix-osworkflow - Shutdown - null
servicemix-osworkflow - Started - null
servicemix-saxon - Shutdown - null
servicemix-saxon - Started - null
servicemix-quartz - Shutdown - null
servicemix-quartz - Started - null
servicemix-camel - Shutdown - null
servicemix-camel - Started - null
servicemix-validation - Shutdown - null
servicemix-validation - Started - null
servicemix-cxf-se - Shutdown - null
servicemix-cxf-se - Started - null
servicemix-eip - Shutdown - null
servicemix-eip - Started - null
the dead shutdown components isn't get removed from the list
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.