Hi,
I'm just starting to use Spring IDE 2.2.2 and I have some trouble for resolving bundle dependencies.
I've have a bundle (let's call it A) configured with Spring dm as the target runtime. bundle A dependencies with bundles in spring-dm are correctly handled, they appear in the bundle dependencies folder when the Import-Package is added in manifest.mf.
Now bundle A has also imports some package from bundle B, another bundle of my eclipse workspace. The imported package is correctly exported from bundle B and imported in bundle A. But the dependency is not resolved (bundle B doesn't appear in bundle A dependencies), just like if workspace resolution was not working.
Should this work ? may be it is my mistake ...


Reply With Quote