[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Why my bundle is always in state resolved initially

Hi,

I have set up an environment how described in the equinox quick start guide:

somedir/
 configuration/
   config.ini
 org.eclipse.osgi_3.3.0.jar
 org.eclipse.equinox.common_3.3.0.jar
 org.eclipse.update.configurator_3.2.100.jar
 plugins/
   B1.jar
   B2.jar

My problem is that the bundles in the folder plugins are always in the state resolved after starting the osgi framework. I have to start them manually. The lazy attribute in the manifest.mf is not set. So according to the spec the bundles should go to the active state. Or I am wrong ? There is no log file or exception.

Thanks
Oliver