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: Framework
Affects Versions: framework-3.0.5
Reporter: Tobias
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.