Re: Interoperability of Orbit2
- From: Munaut Sylvain <tnt 246tNt com>
- To: Liste ORBit <orbit-list gnome org>
- Subject: Re: Interoperability of Orbit2
- Date: Fri, 07 Mar 2003 09:50:03 +0100
Michael Meeks wrote:
> Can you re-build ORBit2 with --enable-debug; then export
>ORBIT2_DEBUG=traces:giop, re-run the server, and post a link to the
>output.
>
>
Hello
Here is a link to the outpu :
http://www.246tnt.com/s-orbit2_c-osx.log
It's a very simple test application with a simple idl :
--- CUT ---
interface TestObject
{
void setValue(in long value);
long replaceValue(in long value);
long getValue();
readonly attribute long value;
};
--- CUT ---
The server has some outputs : The IOR and each time a function is called, it prints stuff like :
[08050858] replaceValue called : 15 5
Where 08... is the object address, 15 is the old value, 5 the new one.
As I said, the OSX client receive always 0 and the value I receive for the setValue is not the one he sent ...
Tanx for your help
Munaut Sylvain
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]