Richard S. Hall wrote:
> 
> Could you send your entire configuration?
> 
> -> richard
> 
> jaredmac wrote:
>> Richard S. Hall wrote:
>>   
>>> 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:
> 

Just to close the loop on this thread, start levels work great to accomplish
what I need. Basically, I did the following:

1. Set the Start Level of the "consumer" GUI client bundle to 10 (arbitrary)
2. Leave the Start Level of the "producer" bundles at 1, their default
3. When Felix is installing bundles, it keeps track of the highest Start
Level it has seen. Then it sets its own Start Level to that value.

I realize this might not be in Felix's "design center," but until our GUI is
ready for more dynamic, asynchronous contribution, this works beautifully.
Thanks for everyone's help.
-- 
View this message in context: 
http://www.nabble.com/Wait-for-services-to-be-fully-registered--tp17741822p19108780.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.


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

Reply via email to