Richard S. Hall wrote: > > > > On 11/10/09 14:38, lukewpatterson wrote: >> >> 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". >> > > That would be the contents of the contents. :-) > >
:) Which does the smiley face mean: A) the current behavior is correct and properly documented B) the current behavior is correct but the documentation is misleading (or potentially misleading) C) the current behavior is incorrect and the documentation is correct 'A' doesn't make sense to me, and I don't think it would make sense to anyone else who has seen a Matryoshka doll. I'm guessing 'B', but I hope it is 'C', cause then it could be "fixed". :) -- View this message in context: http://old.nabble.com/Bundle.findEntries%28...%29-and-Bundle-Classpath-tp26287340p26291979.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]

