Stuart McCulloch wrote: > > as the Bundle.findEntries() javadoc states: > > "This bundle's class loader is not used to search for entries" > > so it won't look inside embedded jars - you'll need to use > Bundle.getResource() / getResources() for that >
The part that was confusing me was "Only the contents of this bundle and its attached fragments are searched for the specified entries.". I thought embedded jars on the Bundle-Classpath would qualify as "contents of this bundle". With Bundle.getResource() / getResources(), it could potentially find resources from other bundles, right? -- View this message in context: http://old.nabble.com/Bundle.findEntries%28...%29-and-Bundle-Classpath-tp26287340p26289069.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

