Just to make sure I understand, you want to see how the host application would manually install the bundles in embedded mode, rather than putting them on the autostart property?
If so, it should be pretty straightforward to achieve. The host application, for example could have a toolbar button for installing bundles; it would use its context for this. If you added such a button, it would simply allow you to type in a url and then it would call content.installBundle() with that url...that would work the same whether running embedded or not. Would such an enhancement help you with you question or is there another issue? -> richard -----Original Message----- From: Wayne Richards <[EMAIL PROTECTED]> Subj: Re: Updated example application Date: Tue Jul 17, 2007 10:50 pm Size: 708 bytes To: [email protected] Richard, The examples are good and provide some insight to how the implementation of embedded OSGI services could be implemented. I do have a few comment: The embedded example does not load the resource bundles via the application. It would be useful to see how to load the bundles via the embedded application I have been trying to get the examples to compile in Eclipse 3.2. No luck doing this with the Maven2 plugin for eclipse. Can compile and run via command prompt without issue. Look forward to seeing more of the examples. Regards Wayne --------------------------------- Yahoo!7 Mail has just got even bigger and better with unlimited storage on all webmail accounts. Find out more. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

