Hi,
I have deployed Perf4j as a non-OSGi jar exported via "org.osgi.framework.system.packages.extra". Perf4j has a dependency on org.slf4j.Logger, which I have deployed as a bundle (as there are other bundles dependent on this SLF4j version). During runtime, I get ClassNotFoundException. How is the wiring between non-OSGi jar & bundles handled? How do we deal with a situation where a package A is needed by both non-OSGI & OSGi bundle deployed on Apache Felix? Thanks, Prakash

