Issue 597: Sequence parameter specified is ignored (orb_revision) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: Why does mapping ignore the sequence parameter specified in the IDL for the initialization service and split this single parameter into 2 separate ones in the mapping? Resolution: That is an artificat of C/C++ historical usage and is not a core issue. In general language mapping Revised Text: Close no change in 2.3a Actions taken: July 9, 1997: received issue February 22, 1999: closed issue Discussion: End of Annotations:===== Return-Path: To: orb_revision@omg.org Subject: testsuite issue Date: Wed, 09 Jul 1997 16:03:11 +0100 From: Stephen McNamara Section 14.28.1 Why does the mapping ignore the sequence parameter specified in the IDL for the initialisation service and split this single parameter into 2 seperate ones in the mapping? The mapping and the IDL must conform. Either change the IDL to reflect the current programmatic use or remap the function. This option would cause the programmer to have to explicitly construct a sequence of strings and initialise it with argc and argv. stephen