======================================= RMIoverIIOP TODO ======================================= - Make the compiler detect when to add "org.omg.stub" prefix to generated stubs. See issue 2804 for details. - Make the RMIoverIIOP kernel accept stubs with the package prefix "org.omg.stub". - Enable the RMIoverIIOP compiler to generate ties from impl classes and the kernel to load ties generated from impl classes. - Make the creation of CORBA clients not interfere with the RMI-IIOP interfaces: Interface: RemoteHello.java JavaToIdl -> RemoteHello.idl IdlCompiler -> RemoteHello.java This class interfers with the original Java interface. Resolving this conflict is very hard when the compiler does not support the conflict resolution... - Add a check whether a Remote Interface is found at all in the derivation hierarchy. Currently the JavaToIdl compiler tells the user that it is generating ties and stubs ("-verbose -tie -stub" flags have been specified) but nothing is done. This is very hard to find because there is no indication that no Remote interface was found. - Integrate the RMIoverIIOP module into the OpenORB module. - Minor codes for all MARSHAL exceptions