My understanding of the OSGi spec is that Bundle.getResources() should only look in the System classpath if the package name is listed in the org.osgi.framework.bootdelegation property, is that correct? I am working on a problem where Felix is returning a resource from a non-bundle jar (Felix is embedded) that is on the main application classpath. Any ideas?
Thanks, Chris