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

Richard S. Hall commented on FELIX-2678:
----------------------------------------

To be clear, there is no relationship between when a bundle is loaded and what 
its start level is. The auto-deploy bundles will still be loaded first, because 
they are process first. But if we add the ability to set their start level, 
then they will only start when their appropriate start level is reached, which 
in your case you could set to be after the auto start property bundles.

> Startlevel for bundles in auto.deploy.dir
> -----------------------------------------
>
>                 Key: FELIX-2678
>                 URL: https://issues.apache.org/jira/browse/FELIX-2678
>             Project: Felix
>          Issue Type: New Feature
>          Components: Main
>    Affects Versions: framework-3.0.5
>            Reporter: Tobias Wunden
>            Priority: Minor
>
> Right now, there is no way to specify what the start level is for bundles 
> that are found in the auto deploy directory as specified by 
> "felix.auto.deploy.dir" in the felix configuration. By default, it seems that 
> these bundles are always loaded first as compared to other bundles defined in 
> config.properties using the "felix.auto.start.<level>" properties.
> Since the shell bundles are in the bundle directory, it would be nice if one 
> could specify that the shell bundles are loaded *after* the application 
> bundles had been loaded, so the shell prompt would show up only then as well, 
> indicating that system startup is complete.
> Thus being able to specify a <level> which is related to the <level>s on the 
> "felix.auto.start" property probably makes sense.

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

Reply via email to