Some more information, I modified the manifest thinking version and main class entry would be messing up but that also seem not to work, here is new manifest entry
Manifest-Version: 1.0 Export-Package: *org.dallaybatta.osgi.api;version="1.0.0"* Built-By: vickykak Build-Jdk: 1.7.0 Bundle-Version: 1.0.0 Bundle-Name: Core API Bundle-Activator: org.dallaybatta.osgi.Activator Created-By: Apache Maven Bundle-SymbolicName: api-bundle-V1 Import-Package: org.osgi.framework,*org.dallaybatta.osgi.api;version="1.0.0"* Archiver-Version: Plexus Archiver I though change the version in the import package will load specific class which does not be the case when I run the simple example. -- View this message in context: http://karaf.922171.n3.nabble.com/Unable-to-do-load-BundleActivator-after-package-is-exported-in-manifest-for-a-bundle-tp4032661p4032671.html Sent from the Karaf - User mailing list archive at Nabble.com.
