Hello,

I experience a strange issue on a strange use case using Karaf 4.0.7.

I have:
* a bundle A which wraps a jar "a.jar" and exposes a package "some.package" 
(which is inside the "a.jar")
* a bundle B which contains and use a jar "b.jar" which contains a package 
"some.package" (same package as "a.jar" but inside the "b.jar")

Until then everything is fine. All works as expected.

I add a bundle B fragment (BF). Then bundle B crashes with a 
ClassNotFoundException on a class which is contained in the b.jar. When I 
remove the FB fragment, everything goes back to normal.

Any idea on what's going on?

JP

Reply via email to