On Thu, Mar 12, 2009 at 3:57 PM, Stéphane Amaudruz
<[email protected]> wrote:

> I have a test that cannot run because of ClassNotFound exception (vive
> OSGi).
>
> I am sure my class (slf4j) is exported by SLF4J bundle. But it seems it is
> not imported by the PAX-EXam test.
>
> Is there some way to check the MANIFEST that is automatically generated ?

You are probably best off if you hand over all your logging to Pax
Logging, which provides the SLF4J API together with many others, in a
OSGi-friendly way, and route the events to a hidden Log4j backend.

Almost all other logging setups causes problems one way or the other.

Cheers
Niclas
-- 
http://www.qi4j.org - New Energy for Java

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to