> I have to assume that this bundle both imports and exports the > org.eclipse.jetty.util.component.jmx class, since there is no wire and no > resolve exception. Is that correct?
Correct. > If so, then it should be able to see the classes in its contained package > since it didn't import it. I thing the same. > Sounds odd. Is there some way for you to create a reproducible example and > attach it to a JIRA issue? I will try. For sure I'll simplify the situation I see: in MANIFEST.MF: bundle A exports package "package" bundle B exports packages "package.subpackage" and imports "package", "package.subpackage" runtime in the console: inspect package requirement on bundle B will show only "package" bundle B uses class from "package.subpackage" and it throws ClassNotFound exception -- Ing. Martin Ždila CTO M-Way Solutions Slovakia s.r.o. Letná 27, 040 01 Košice Slovakia tel:+421-908-363-848 mailto:[email protected] http://www.mwaysolutions.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

