gnodet wrote: > > The reinstallation of the shared library should have no effect on > already installed artifacts. Components should be shut down > and restarted just after that. What kind of problems do you > experience ? > > Anyway, you're right. Update of pre-installed dependencies > should be optional, i guess. Could you raise a JIRA > >
I have created a feature request under the 'tooling' component: https://issues.apache.org/activemq/browse/SM-605 As for the problem with the shared library I mentioned above: Here is the returned error from the plugin tool: <?xml version="1.0" encoding="UTF-8"?> <jbi-task xmlns="http://java.sun.com/xml/ns/jbi/management-message" version="1.0"> <jbi-task-result> <frmwk-task-result> <frmwk-task-result-details> <task-result-details> <task-id>uninstallSharedLibrary</task-id> <task-result>FAILED</task-result> <message-type>ERROR</message-type> <task-status-msg> <msg-loc-info> <loc-token/> <loc-message>Shared library 'servicemix-shared' is used by component 'servicemix-eip'.</loc-message> </msg-loc-info> </task-status-msg> </task-result-details> </frmwk-task-result-details> </frmwk-task-result> </jbi-task-result> </jbi-task> And here is the output from Smix itself: INFO - ServiceAssemblyLifeCycle - Stopping service assembly: SmixMavenDealo-sa INFO - ServiceAssemblyLifeCycle - Shutting down service assembly: SmixMavenDealo-sa INFO - ServiceUnitLifeCycle - Shutting down service unit: SmixMavenDealo-jms-su INFO - ServiceAssemblyLifeCycle - Shutting down service assembly: SmixMavenDealo-sa INFO - DeploymentService - UnDeployed ServiceUnit SmixMavenDealo-jms-su from Component: servicemix-jms INFO - ComponentMBeanImpl - Stopping component: servicemix-jms INFO - ComponentMBeanImpl - Shutting down component: servicemix-jms INFO - ServiceAssemblyLifeCycle - Shutting down service assembly: bridge-sa INFO - ServiceUnitLifeCycle - Shutting down service unit: bridge-http-su INFO - ServiceUnitLifeCycle - Shutting down service unit: bridge-eip-su INFO - ServiceUnitLifeCycle - Shutting down service unit: bridge-xslt-su INFO - ServiceUnitLifeCycle - Shutting down service unit: bridge-jms-su INFO - JBIContainer - Deactivating component servicemix-jms INFO - EnvironmentContext - Removed directory structure for component [version]: servicemix-jms [servicemix-jms] -- View this message in context: http://www.nabble.com/servicemix-jsr181-doesn%27t-get-boundled-in-install-package-tf2345068.html#a6535085 Sent from the ServiceMix - User mailing list archive at Nabble.com.
