•org.osgi.framework.startlevel.beginning - The initial start level of the framework once it starts execution; the default value is 1.
•felix.startlevel.bundle - The default start level for newly installed bundles; the default value is 1.
Last edit: x x x 2012-06-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
felix.auto.start.<n> - Space-delimited list of bundle URLs to automatically install and start when Felix is started, where <n> is the start level into which the bundle will be installed (e.g., felix.auto.start.2).</n></n>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We already mentioned that Jitsi is merely a collection of OSGi bundles. When a user executes the application, they actually start Felix with a list of bundles that it needs to load. You can find that list in our lib directory, inside a file called felix.client.run.properties. Felix starts bundles in the order defined by start levels: All those within a particular level are guaranteed to complete before bundles in subsequent levels start loading
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you are a Felix committer, you should use https as the protocol in the above URL.
The source for individual subprojects can be checked out by simply adding their directory name in the repository to the end of the above trunk URL. Use the "web access" link above to determine the precise portion of the repository you wish to check out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
http://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html
http://felix.apache.org/site/integrating-felix-with-eclipse.html
https://source.openmrs.org/browse/Modules/radiology/trunk/web/module/resources/felix-config.properties?r1=24086&r2=25775
Sets the initial start level of the framework upon startup.
org.osgi.framework.startlevel.beginning=90
Sets the start level of newly installed bundles.
felix.startlevel.bundle=90
Set the logging levels for OSGI framework 0=None / 1(default)=Error / 2=Warning / 3=Information / 4=Debug
felix.log.level=3
Apache_Felix_Framework启动和内嵌
osgi
http://felix.apache.org/site/apache-felix-framework-configuration-properties.html
•org.osgi.framework.startlevel.beginning - The initial start level of the framework once it starts execution; the default value is 1.
•felix.startlevel.bundle - The default start level for newly installed bundles; the default value is 1.
Last edit: x x x 2012-06-26
felix.auto.start.<n> - Space-delimited list of bundle URLs to automatically install and start when Felix is started, where <n> is the start level into which the bundle will be installed (e.g., felix.auto.start.2).</n></n>
We already mentioned that Jitsi is merely a collection of OSGi bundles. When a user executes the application, they actually start Felix with a list of bundles that it needs to load. You can find that list in our lib directory, inside a file called felix.client.run.properties. Felix starts bundles in the order defined by start levels: All those within a particular level are guaranteed to complete before bundles in subsequent levels start loading
在Eclipse中搭建Apache Felix环境
http://zqc-0101.iteye.com/blog/1153291
http://felix.apache.org/site/source-code.html
http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-4.0.2
Last edit: x x x 2012-06-26
Anonymous access
The Felix trunk can be checked out anonymously with the following command:
$ svn checkout http://svn.apache.org/repos/asf/felix/trunk felix-trunk
If you are a Felix committer, you should use https as the protocol in the above URL.
The source for individual subprojects can be checked out by simply adding their directory name in the repository to the end of the above trunk URL. Use the "web access" link above to determine the precise portion of the repository you wish to check out.