I packaged one par include one bundle named bundleA,and bundleA export com.a.b package, and it register one component as serviceA.then it is deployed in the springsource dm server 1.0.2 successfully.
Then I create other one bundleB out of the par.I wanna reference serviceA exported by bundleA,at the BundleB's MANIFEST.MF include " Import-Package:com.a.b;version="[0.0.0,2.0.0)" " , but it always throws "Unsatisfied leaf constraints:
Bundle: com.a.bundleB_1.2.0.SNAPSHOT - Import-Package: com.a.b; version="[0.0.0,2.0.0)"
Did you mean: 'com.a.b'?" execption.
but if bundleA and bundleB deploy in hotdeploy dir pickup, it works well.
how to reference class in another par?


