Component updates (from the hot deployer) sometimes fail
--------------------------------------------------------

                 Key: SM-938
                 URL: https://issues.apache.org/activemq/browse/SM-938
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-core
    Affects Versions: 3.1
            Reporter: Guillaume Nodet
             Fix For: 3.1.1, 3.2


If the component installer is not loaded, the update will not uninstall the 
component.

                            installationService.loadInstaller(componentName);

should be called prior to 

                            installationService.unloadInstaller(componentName, 
true);

in AutoDeploymentService#updateArchive

The same thing should also be fixed from the AdminCommands service

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

Reply via email to