Issue 5586: interfaces that do not extend org.omg.CORBA.portable.ValueBase (java-rtf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: The two files org\omg\CORBA\DataInputStream.java and org/omg\CORBA\DataOutputStream.java contain interfaces that do not extend org.omg.CORBA.portable.ValueBase. The CORBA IDL shows: abstract valuetype DataInputStream { ... abstract valuetype DataOutputStream { ... And the IDL to Java mapping spec states that abstract value types map to a Java interface that extends ValueBase. Which is correct? Resolution: resolved Revised Text: Modify the two interfaces org.omg.CORBA.DataInputStream and org.omg.CORBA.DataOutputStream so that the extend org.omg.CORBA.portable.ValueBase in the zip archive Actions taken: August 20, 2002: received issue April 28, 2003: closed issue Discussion: End of Annotations:===== Subject: PTC/02-01-02 [Java RTF -- The updated omg.zip file]... Date: Tue, 20 Aug 2002 08:02:25 -0700 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: PTC/02-01-02 [Java RTF -- The updated omg.zip file]... Thread-Index: AcJIWpg8tjLruZcVS/2WFr0AZ6vAyw== From: "George, David (Tandem)" To: Cc: X-OriginalArrivalTime: 20 Aug 2002 16:38:36.0564 (UTC) FILETIME=[07DEDD40:01C24868] Hello, The two files org\omg\CORBA\DataInputStream.java and org/omg\CORBA\DataOutputStream.java contain interfaces that do not extend org.omg.CORBA.portable.ValueBase. The CORBA IDL shows: abstract valuetype DataInputStream { ... abstract valuetype DataOutputStream { ... And the IDL to Java mapping spec states that abstract value types map to a Java interface that extends ValueBase. Which is correct? -dave.