Thanks Alex, >>The Manifest file is only the static description for the jar, there >>could still be an issue during runtime. To check the actual imports of >>a bundle during runtime, go to /system/console (the apache felix web >>management console) look for your bundle and click on it to see the >>imported packages.
Thanks for the info. What you have mentioned is true. The imported packages are not getting displayed from felix console. That's what class.forname() throwing exception. I have resolved this problem by adding <DynamicImport-Package>*</DynamicImport-Package> in pom.xml. Regards, Sujoy Bhattacharjee
