[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.equinox] Re: Running OSGi-DS as an "Eclipse Application"
|
Oliver Wong schrieb:
> After some debugging, we realized one of the big difference between an
> OSGi launch config and an Eclipse launch config is that OSGi has "Default
> autostart" set to true, and Eclipse has it set to false. When I change my
> plugins so that their autostart is "true" instead of default, the example
> finally works in the Eclipse launch config.
That's the intended behavior. The "Eclipse Application" launch config
launches the Eclipse way which prefers lazy vs. eager. However, the DS
bundle need to be started eager in order make DS work. Thus, you can put
it into the config.ini and it will work as an "Eclipse Application" too.
-Gunnar
--
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/