RMIClassLoader is not compatible with osgi
------------------------------------------
Key: GERONIMO-4908
URL: https://issues.apache.org/jira/browse/GERONIMO-4908
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: osgi
Affects Versions: 3.0
Reporter: David Jencks
We have RMIClassLoaderSpiImpl in geronimo-kernel. However, RMIClassLoader
loads the spi impl using the system classloader.
(http://java.sun.com/javase/6/docs/api/java/rmi/server/RMIClassLoader.html) So
we'd have to get our impl into the system classloader unless osgi provides an
additional level of delegation in the system classloader.
For now I'm going to try not setting java.rmi.server.RMIClassLoaderSpi in
RMIRegistryService
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.