Issue 3794: IDLEntity interface has to be public. (java-rtf) Source: Oracle (Mr. Hemanth Puttaswamy, nobody) Nature: Uncategorized Issue Severity: Summary: Interface IDLEntity is declared as package private in the IDL To Java document (ptc/00-01-08.pdf) Section 14.1.2. I propose it to change it to public. from package org.omg.CORBA.portable; interface IDLEntity extends java.io.Serializable {} to package org.omg.CORBA.portable; public interface IDLEntity extends java.io.Serializable {} Resolution: editorial fix, issue closed Revised Text: Actions taken: August 29, 2000: received issue August 31, 2000: closed issue Discussion: End of Annotations:===== Date: Tue, 29 Aug 2000 16:57:39 -0700 (PDT) From: Hemanth Puttaswamy Reply-To: Hemanth Puttaswamy Subject: IDLEntity interface has to be public. To: issues@omg.org, core-rtf@omg.org MIME-Version: 1.0 Content-MD5: intWm4Q+HwAvWyf6n9E+zw== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.3.2 SunOS 5.7 sun4u sparc Content-Type: TEXT/plain; charset=us-ascii X-UIDL: * Reply-To: jis@fpk.hp.com Organization: Hewlett-Packard EIAL, Florham Park NJ USA X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Mary Leland Cc: Juergen Boldt Subject: Re: IDLEntity interface has to be public. References: <200008292357.QAA05744@shorter.eng.sun.com> <39AD2133.5C7801E3@fpk.hp.com> <39AD3951.D4E2E4E4@fpk.hp.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii X-UIDL: -cNd9> > Hemanth: > Thanks for catching this one. > > It is correct in the source file, which is > "the authoritative statement of the specification because > it contains the actual Java code." > > Therefore, the change to the IDL to Java Mapping chapter > is an editorial fix, which I will make. > Mary, It is basically your and Andrew's call. Ask Andrew if these two would be acceptable as editorial fix. IMHO they should be, and in that case they need not be filed as issues. Jishnu.