[omniORB] omniidl bug in deep and complex namespaces
Stephen Crawley
crawley@dstc.edu.au
Tue, 24 Jul 2001 23:21:24 +1000
Juan,
I suspect that you are trying to map deeply nested java package names
directly onto IDL with deeply nested modules. This is probably a bad
idea, and probably unnecessary. People typically make this mistake
because they think this the only way to get an IDL -> Java compiler
to replicate the Java package structure in the generated stubs. In
fact, any decent IDL -> Java compiler will allow you to specify the
Java package into which the IDL stubs will slot.
-- Steve