Looks like the Glassfish Corba Jars does not provide Java 9+ module names. The jars does not contains a module-info.java or provide an automatic module name in the MANIFEST. Since most jars (like glassfish-corba-omgapi) does not have 1 root package I do not see any way how I can use them in a module based project.
Is it planned to provide module support in future?