You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2015/03/17 08:00:55 UTC

[jira] [Closed] (FELIX-2982) noInitialDelay option does not work

     [ https://issues.apache.org/jira/browse/FELIX-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-2982.
-----------------------------------

> noInitialDelay option does not work
> -----------------------------------
>
>                 Key: FELIX-2982
>                 URL: https://issues.apache.org/jira/browse/FELIX-2982
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>    Affects Versions: fileinstall-3.1.10
>         Environment: fileinstall 3.1.10
>            Reporter: Jonathan Anstey
>            Assignee: Guillaume Nodet
>             Fix For: fileinstall-3.2.0
>
>         Attachments: FELIX-2982.patch
>
>
> The noInitialDelay option currently does not work - bundles are installed immediately regardless of the option's value. To reproduce this, I used Apache Karaf 2.2.1, which uses fileinstall 3.1.10. I edited the etc/org.apache.felix.fileinstall-deploy.cfg file to something like this:
> {code}
> felix.fileinstall.dir     = ${karaf.base}/deploy
> felix.fileinstall.tmpdir  = ${karaf.data}/generated-bundles
> felix.fileinstall.poll    = 10000
> felix.fileinstall.noInitialDelay = false
> {code}
> I expected the jar I had in the deploy dir (http://repo1.maven.org/maven2/org/apache/camel/camel-core/2.7.2/camel-core-2.7.2.jar) to be installed 10 seconds after the container starts with this config, however it is installed immediately.
> Attaching a proposed fix for this shortly.



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