On Fri, Aug 6, 2010 at 11:41 AM, Charles Moulliard <cmoulli...@gmail.com> wrote:
> If you don't want to use bundle start level, which solution do you use when
> you would like to start service or bundles in a specific order ?
It's against OSGi, but you can achieve this by monitor the bundle
installed/started events, only install/start next bundles when some
required bundles installed/started.

Understand it useful when you have hundreds of bundles. You start
bundles group by group, it could detect error earlier and make the
troubleshooting easier.

-Guo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to