Steve,
could evolve to work better with OSGi dev. I have a colleague who is trying to work out how to get RMI to work with OSGi properly, which is v. hard because serialization info doesnt include any way to identify which bundle something came from.
I'm developing a remote management tool to access an OSGi container using JMX. My MBean interface and its implementation are in different bundles. And I run a local RMI registry. I can make remote calls (transparently via JMX) without any problems.
