Hi,
In OSGi world, system.bundle is another name for org.eclipse.osgi. Some bundles
such as org.apache.xml.serializer_2.7.1.v200902170519,
org.apache.xerces_2.9.0.v200909240008, javax.xml_1.3.4.v200902170245,
org.apache.xml.resolver_1.2.0.v200902170519 list 'system.bundle' in their
Require-Bundle list. It looks like that Felix Bundle Repository runtime does
not treat system.bundle as org.eclipse.osgi. As a consequence, the bundles
cannot be resolved.
It would be great if there is a logic before provisioning to translate
system.bundle to org.eclipse.osgi. Please let me know whether you think.
Thanks
Emily