|
Hello, and a question regarding DynamicImport -
12-20-2009, 12:58 PM
Hello everyone,
I have a question regarding DynamicImport-Package with version.
In my application, I have many bundles, with lots of dependencies. I used the great BND tool to create the bundles with a version number for each package and version range for the imports.
I wanted to use DynamicImport-Package * to solve order and dependencies problems.
Although the bundle contains a "DynamicImport-Package *" in the Manifest file I still get:
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: com.framework.configuration.accessors; version="1.0.0"
It worked fine without the versions (i.e.. when the include packages command only contained the packages without their version).
Anyone has a clue on what can be done?
Any idea will be appreciated.
Thanks in advance,
Amnon
|