You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2007/04/20 11:02:35 UTC

[jira] Created: (SM-938) Component updates (from the hot deployer) sometimes fail

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.


[jira] Resolved: (SM-938) Component updates (from the hot deployer) sometimes fail

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

Guillaume Nodet resolved SM-938.
--------------------------------

    Resolution: Fixed
      Assignee: Guillaume Nodet

http://svn.apache.org/viewvc?view=rev&rev=534351
http://svn.apache.org/viewvc?view=rev&rev=534352

> 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
>         Assigned To: 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.