I'm currently trying to import another package that I have exported within my karaf runtime.
I want to make a method call from the other package that will return some data.
I know the package has been exported because when I use 'packages:exports' in karaf I can see the package, but when I try to import it into my bean I get an error saying "the import com.sample cannot be resolved" from within my bean.
Any ideas would be greatly appreciated.