Is it possible to write a requirement that combines criteria from
different namespaces? I want the resolution to exclude all providers of
org.log4j.impl -- except the one that I want.

So I'd need something like this:

-runblacklist: \
    osgi.wiring;filter:='(org.wiring.package=org.slf4j.impl)' AND
osgi.identity;filter:='(!(osgi.identity=de.mnl.osgi.slf4j2osgi))'

... which does, of course, not work. All the descriptions and examples
that I could find are about requirements that can be expressed within a
single namespace.

Best Regards,

    Michael Lipp


_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to