jaredmac wrote:
Richard S. Hall wrote:
However, if you really want to make sure everything starts before your GUI, you can put all of your service bundles in a lower start level than your GUI bundle; thus, by the time the GUI bundle starts, then all your services will be available.


Just following up on this. I want to do something like:

Bundle-Name: Blah
Bundle-SymbolicName: org.blah
Bundle-Start-Level: 5

in the Manifest. Is that possible? I see the Java API for it but no more
dynamic approach.

No, this is not possible. However, in the config.properties file (or if you are embedding a Felix instance, then you pass in the configuration properties), you can specify which start level bundles will be installed with. Check this document for the configuration properties:

http://cwiki.apache.org/FELIX/apache-felix-usage-documentation.html#ApacheFelixUsageDocumentation-configuringfelix

-> richard

Thanks!
Jared

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to