Hi all,
I have having some trouble using declarative services in my eclipse RPC product because the bundle org.eclipse.equinox.ds is never installed.
I have it included in my product dependencies as well as the sub-dependencies.
I set the configuration to auto-start ds at level 3.
The product exports without any issues and the ds bundle (and it;s dependencies) appear in the product's plugin folder. The configuration for starting the plugins also looks ok, it's in a file called configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
in the products folder.
However, if I run my application with the osgi console enabled and look at the bundle state with the ss command, ds is not present.
I also changed some start-up levels of bundles that are installed and it looks like that configuration is ignored too.
Any ideas?
Thanks in advance!
NOTE:
I am using the 3.5 target platform and delta pack.
The problems exists if I export the product from an eclipse 3.5 IDE or Kepler.
[Updated on: Mon, 04 November 2013 06:42] by Moderator