[omniORB] Recursive Structures and JDK

Michael Sommerville msommer@ptc.com
Tue, 8 Feb 2000 16:31:06 -0000


Thanks for that Gena,

I just tried it using:

JDK 1.2.2 (Classic VM (build JDK-1.2.2-001, native threads, symcjit))
which results in the same problem (but a slightly different error message).

Hoevever, with the early access version of 1.3.0  (java version "1.3.0rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-T) it
does work.

Thanks again,

Michael

> >>> I am guessing this is no fault of omniORB but I have been having
> >>> problems with Sun JDK accessing a recursive structure (supplied
> >>> as an out function) defined as follows:
> >>>
> >>> struct Folder
> >>> {
> >>>     string           name;
> >>>     string           full_path;
> >>>     sequence<Folder> sub_folders;
> >>> };
> >>>
>
> It was fixed starting with JDK 1.2.2
>