[omniORB] Re: LcdMode and Jdk 1.2

David Riddoch djr@uk.research.att.com
Fri, 21 May 1999 17:33:34 +0100 (GMT)


Hi Emmanuel,

The lcdMode option enables work arounds for known bugs in other orbs.
Thus I think it is likely that the bug is in the Java client.  Given that
you are using values of type Any, I think it is most likely that the Java
orb cannot cope with TypeCode indirections.

Cheers,
David


On Fri, 21 May 1999, Pigout Emmanuel wrote:

> Hello,
> 
> The situation:
> 
> The server is wrote in C++ and it is using OmniNames.
> Some Clients (C++, OmniORB) that are connected to this server push
> information containing "Any" type...
> Some Clients (C++, OmniORB) that are connected to this server subscribe
> to this info and receive it ...(Fully tested ..)
> 
> 
> The problem:
> 
> I am implementing the same type of clients with Jdk 1.2 ...
> 
> If "my" client(jdk) push the info. whatever the clients (OmniORB, Jdk)
> they receive the info.
> 
> If a client(omniorb) push the info.(containing Any type) the client(jdk)
> never receive it(Marshal Excep.)
> If a client(OmniORB) set the LcdMode Flace the client(jdk) receive the info.
> 
> Where is the bug??? Is it JDK which is not compliant or there is a bug in
> OmniORB ...
> 
> Regards,
> 
> Emmanuel
> 
>