You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Pepijn Noltes (JIRA)" <ji...@apache.org> on 2015/09/01 16:36:45 UTC

[jira] [Commented] (CELIX-253) Deployment admin does not always download the latest version from ACE

    [ https://issues.apache.org/jira/browse/CELIX-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725486#comment-14725486 ] 

Pepijn Noltes commented on CELIX-253:
-------------------------------------

Patch applied. 

Erjan could you check if this solves the issue?


> Deployment admin does not always download the latest version from ACE
> ---------------------------------------------------------------------
>
>                 Key: CELIX-253
>                 URL: https://issues.apache.org/jira/browse/CELIX-253
>             Project: Celix
>          Issue Type: Bug
>          Components: Deployment Admin
>            Reporter: Erjan Altena
>         Attachments: patch
>
>
> The deployment admin does not download a new version from ACE when the deployment version increases from 9.0.0.  -> 10.0.0
> (and probably also 99.0.0 -> 100.0.0 etc)
> The cause is the strcmp in the deployment_admin.c:
> if (admin->current == NULL || strcmp(last, admin->current) > 0)
> The patch file is attached to this issue



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)