[
https://issues.apache.org/jira/browse/GERONIMO-4908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766123#action_12766123
]
David Jencks commented on GERONIMO-4908:
----------------------------------------
RMI and osgi seems to be a major headache, see for example
https://mail.osgi.org/pipermail/osgi-dev/2009-January/001639.html
> 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.