exported package in bundle A is not able to be imported in bundle B

2016-03-28 Thread asookazian2
this happens and how to resolve? thx. -- View this message in context: http://karaf.922171.n3.nabble.com/exported-package-in-bundle-A-is-not-able-to-be-imported-in-bundle-B-tp4046019.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: exported package in bundle A is not able to be imported in bundle B

2016-03-29 Thread Tim Ward
the one expected > bundle which is exported same package (I've triple-checked the manifest.mf > files for both bundles in data/cache/xyz). i.e. there is no split-package > problem in this scenario afaik. > > Any idea how/why this happens and how to resolve? thx. > > >

Re: exported package in bundle A is not able to be imported in bundle B

2016-03-29 Thread Charlie Mordant
tClass=com.foo.bar.myClass) > > > > When I run package:exports | grep com.foo.bar I see only the one expected > > bundle which is exported same package (I've triple-checked the > manifest.mf > > files for both bundles in data/cache/xyz). i.e. there is no > split

Re: exported package in bundle A is not able to be imported in bundle B

2016-03-29 Thread asookazian2
t;> (objectClass=com.foo.bar.myClass) >> >> When I run package:exports | grep com.foo.bar I see only the one expected >> bundle which is exported same package (I've triple-checked the >> manifest.mf >> files for both bundles in data/cache/xyz). i.e. there is n

Re: exported package in bundle A is not able to be imported in bundle B

2016-03-29 Thread Tim Ward
un(ThreadPoolExecutor.java:617) >>> at java.lang.Thread.run(Thread.java:745) >>> >>> Missing dependencies: >>> (objectClass=com.foo.bar.myClass) >>> >>> When I run package:exports | grep com.foo.bar I see only the one expected >>> bu

Re: exported package in bundle A is not able to be imported in bundle B

2016-03-29 Thread asookazian2
.922171.n3.nabble.com/exported-package-in-bundle-A-is-not-able-to-be-imported-in-bundle-B-tp4046019p4046045.html Sent from the Karaf - User mailing list archive at Nabble.com.