Deploying Multiple Version of Bundles

2015-07-10 Thread Bryan Miller
Hello, I am trying to deploy multiple version of two sets of bundles and am running into issues. Bundle A version 1.0.0-SNAPSHOT requires: Bundle B version [1,2) Bundle C version [1,2) Bundle A version 2.0.0-SNAPSHOT requires: Bundle B version [2,3) Bundle C version [2,3) When I deploy Bundle

Re: Deploying Multiple Version of Bundles

2015-07-10 Thread Guillaume Nodet
You need to use version ranges when you import packages. This will ensure a compatible package will be used and avoid any class cast exceptions. Your use case is quite simple and should clearly not cause any issue if you use correct version ranges. 2015-07-10 21:07 GMT+02:00 Bryan Miller

Re: Deploying Multiple Version of Bundles

2015-07-10 Thread Stephen Kahmann
Hey Bryan, See if you can send an excerpt of the bundle:headers to show the proper imports. If this is a bug then they're going to need plenty of info. Thanks Stephen -- Stephen Kahmann Software Engineer iNovex Information Systems, Inc. 937-321-1923 stephen.kahm...@inovexcorp.com