[omniORB] Recursive Structures and JDK

Gennady Agranov agranov@synquiry.com
Tue, 8 Feb 2000 10:48:43 -0500 (EST)


>>> 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

Gena