Issue 1604: The generated IDL in A2 needs to be changed (java2idl-rtf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: Summary: The generated IDL in A2 needs to be changed. In particular, forward declares for fred.Test2 and fred.Stuff must appear before #includes, before sequence defs and before the module definition. Their #includes must appear at the end. In fact, just follow the file layout rules described at the beginning of the appendix. If this is not done, there is a danger that circular references will lead to undeclared types when the IDL is compiled. Proposed resolution: fix example Resolution: Revised Text: Actions taken: June 29, 1998: received issue February 23, 1999: closed issue Discussion: End of Annotations:===== Return-Path: Date: Mon, 29 Jun 1998 15:44:54 +0100 From: Simon Nash Reply-To: nash@hursley.ibm.com Organization: IBM To: java2idl-rtf@omg.org Cc: issues@omg.org Subject: Minor issues with Java to IDL mapping The following is a list of minor issues with the Java to IDL mapping spec. The numbers are historical and will be replaced by OMG issue numbers when these have been allocated. 18. Clarify rules for generating #include for IDL files that define Java types that implement IDLEntity. How do we discover which IDL file was used to define these types?