If the package is both exported and imported, the framework will choose either to export *or* import it when the bundle is resolved, so you may end up in importing and not exporting the pacakge, It can happen if the same package is already exported by another bundle.
On Sun, Oct 24, 2010 at 19:41, Naira & Kobo <[email protected]> wrote: > > Hi all, > > Pls, how do I export a package such that it will be visible in karaf. I used > the <Export-Package> instruction in my POM, it was show as exported when I > did headers {id} but when I did packages:exports {id} none were exported > > Regards. > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/How-to-export-package-in-to-karaf-tp3234530p3234530.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
