You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Volodymyr Buell (JIRA)" <ji...@apache.org> on 2010/10/18 14:36:37 UTC

[jira] Commented: (FELIX-2021) Enable FileInstall to set Bundle Start Level

    [ https://issues.apache.org/jira/browse/FELIX-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922053#action_12922053 ] 

Volodymyr Buell commented on FELIX-2021:
----------------------------------------

Better version is attached, as the original patch seems don't work properly: it'll start all bundles whether the bundle startlevel is changed or not. In karaf, for instance, if some bundles had been in deploy directory before clean start, FileInstall would start those bundles just after karaf bundles (30 level) had been started while they had to be higher level. Moreover, it will not touch startLevel at all unless felix.fileinstall.bundles.new.start property is set.

The patch also fixes noInitialDelay logic in main run loop.

Note: Patch is against current 3.0.3-SNAPSHOT.

> Enable FileInstall to set Bundle Start Level
> --------------------------------------------
>
>                 Key: FELIX-2021
>                 URL: https://issues.apache.org/jira/browse/FELIX-2021
>             Project: Felix
>          Issue Type: Improvement
>          Components: File Install
>    Affects Versions: fileinstall-2.0.4
>         Environment: Felix/OSGi
>            Reporter: Joel Schuster
>            Assignee: Chris Custine
>            Priority: Minor
>             Fix For: fileinstall-3.1.0
>
>         Attachments: DirectoryWatcher.java.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The File Install utility bundle would be well suited to setting the bundle start level during install.

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