[omniORB] wstring and codeset negotiating (omniorb <-> visibroker)

Duncan Grisby duncan@grisby.org
Mon Feb 10 16:40:02 2003


On Friday 7 February, Tomasz Bech wrote:

> a) can I force the omniorb to have default code set to be able to talk 
> with omniorb with other corba which doesn't have codeset negotiating?
> b) additionaly I set  -ORBmaxGIOPVersion 1.0. Result the same. As I know 
> GIOP 1.0 has no code negotiating , so why there is exception thrown?
> c) what I should send to server to inform about required code set (If 
> possible please describe it detailed, I don't know GIOP spec).

I've already replied about this on comp.object.corba, but I'll reply
here too in case anyone else is interested. GIOP 1.0 does not support
wstring, so omniORB is right to say it doesn't know what to do. You
can implement your own support for it by adding a codeset
implementation, and interceptors to set up the codesets for use. There
is an example in the contrib/Voyager directory.

Cheers,

Duncan.

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