... another possibility is, that we should not go into the else branch in BundleResourceHandler.openConnection, but instead into the if branch:
if (bundleEntry != null) {
return (new BundleURLConnection bla)
} else {
some stuff
context.getBundle !! NullPointerException
}
the bundleEntry comes in the end from
org.eclipse.osgi.framework.adaptor.core.BundleFile.getEntry() which is
subclassed 3 times in the same file:
ZipBundleFile
DirBundleFile
NestedDirBundleFile
so my suggestion is, that maybe there is something wrong with zip file
handling or normal file handling in classpath.
I will look into this now.
/Roman
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

