[omniORB] omniidl and jacorb files

Duncan Grisby duncan at grisby.org
Mon Mar 13 13:57:38 GMT 2006


On Monday 13 March, joker wrote:

> recently I try to compile some jacorb idl files using
> omniidl. I do this because I want to access jacorb
> notification service from omniorb client. But there
> are always error like this: 
> 
> orb.idl:35: Syntax error in definition

[...]
> This is strange! I think all the IDLs of ORBs must
> follow the same rule, am I right?

Yes, except that orb.idl is special. You have to use the orb.idl that
comes with the CORBA implementation. You probably don't actually need an
orb.idl, but if you do, you should use the one in the omniORB
distribution.

If the JacORB notification service is an implementation of the standard
CORBA Notification service, you don't need to compile any IDL at all --
you can use the stubs compiled into the COS4 and COS4Dynamic libraries
in omniORB.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list