On second thought, as BJ Hargrave pointed out to me, if this is going
through Bundle.getResources() then we should be able to avoid it...I
will look into it a little bit and see if I can figure anything out.
-> richard
Chris Custine wrote:
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