[
https://issues.apache.org/jira/browse/CELIX-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erjan Altena updated CELIX-253:
-------------------------------
Description:
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
was:
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 fiel is attched to this 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)