Re: [equinox-dev] classLoader.getResources("META-INF/.resource")

2007-12-16 Thread Thomas Watson
You also posted this on the osgi mailing list. I'm posting my answer here also for others ... but lets keep the general osgi questions on the osgi mailing list. With the current OSGi specification one way I can see doing this is to make all bundles supplying META-INF/.resources a fragment bundle

[equinox-dev] classLoader.getResources("META-INF/.resource")

2007-12-16 Thread rajeshk
Hi, I am little stuck with osgi while loading resources. My problem is to load all "META-INF/.resource" resources from all exporting bundles in osgi runtime. But classLoader.getResources("META-INF/.resource") returns empty enumeration. Bundle where this is done is a legacy library converted to Osgi