Question about IcedTea6 1.9.7 + Webstart (NetX) + OSGI
Adalbert Prokop
adalbert.prokop at gmx.de
Wed Apr 6 00:06:10 PDT 2011
Hello!
I've got a problem (and possibly a bug to report) with IcedTea6 1.9.7
using Webstart (NetX) and OSGI.
Basically, calling BasicService.getCodeBase() always returns null if a
webstart application uses OSGI.
Sun/Oracle's implementation behaves differently, they return the code
base as defined in the JNLP file.
I suspect the problem in the method JNLPSecurityManager.
getApplication(Class[], int). The code iterates over all classes on the
stack, retrieving their class loaders and checking their types. But in
case of OSGI the method getClassLoader() will return null.
Is this worth a bug entry?
--
Best wishes,
Adalbert
More information about the distro-pkg-dev
mailing list