[omniORB] omniORB 3.0.x

Daniel Popowich popowich@chiliad.com
Wed, 10 Jan 2001 13:37:56 -0500


Duncan Grisby writes:
> On Wednesday 10 January, Ben Miller wrote:
> 
> > In that case, can I use omniORB3 with RMI over IIOP?  I've seen some
> > discussion on this list previously that suggested that this could be
> > done (http://www.uk.research.att.com/omniORB/archives/2001-01/ - Re:
> > [omniORB] RMI over IIOP).  However, the RMI-IIOP discussion on Sun's
> > web-site
> 
> I'm pretty certain that omniORB cannot be used with RMI-IIOP at the
> moment, no matter what types you use in your Java interfaces. If
> anyone knows otherwise, please let us know.

As the one who kicked off the "RMI over IIOP" thread and tried many
ways to get omniORB to compile the IDL spit out from Sun's rmic
compiler (jdk 1.3) I think I can verify that omniORB cannot be used
with RMI-IIOP.  The two sticking points for me were the usage of
wstring (any usage of String in your java interface was converted to a
wstring in the IDL) and valuetype (used liberally throughout the IDL),
neither of which are supported by omniORB.  I don't know if there are
any other sticking points since I couldn't get beyond those problems.

If you accept votes for what to develop next: whatever is needed for
RMI-IIOP!

Daniel Popowich