Are there any problems when calling methods over RMI when the server is running on an IBM JVM and the client on a Sun/Oracle JVM or vice versa.
In other words: Is the RMI protocol (not RMI-IIOP) in the Java specification and is it tested by the JCK?
I have found the documentation about the RMI protocol from Oracle but have not found a hint if the documentation is also valid for other JVM implementations.