Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
Bug 639 - IDL compilation problem
Summary: IDL compilation problem
Status: RESOLVED DUPLICATE of bug 610
Alias: None
Product: JacORB
Classification: Unclassified
Component: IDL compiler (show other bugs)
Version: 2.2.2
Hardware: PC Linux
: P2 normal
Assignee: Gerald Brose
URL:
Depends on:
Blocks:
 
Reported: 2005-10-11 14:01 UTC by Jacek Cala
Modified: 2005-11-19 21:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Cala 2005-10-11 14:01:42 UTC
I found a problem when compiling an idl generated from idl3 interface named with
suffix 'Operations'. The problem seems not exist in the trivial case:

module Test {
  interface TestOperations {
    void test();
  };
};

however, the definition described in idl which I put at
http://azalea.ics.agh.edu.pl/~cala/demo1.idl 
produces the following  error: 

[jacorb.idl] ERROR : demo1.idl, line:55(61): Undefined name:
demo1.Client._.demo1.DisplayOperations
Can't recover from previous error(s), giving up.
                void connect_to_server(in ::demo1::DisplayOperations

The IDL3 description demo1.idl3 may be found at
http://azalea.ics.agh.edu.pl/~cala/demo1.idl3

Problem seems to be in mapping to IDL as described in OMG IDL to Java Language
Mapping Specification at http://www.omg.org/cgi-bin/doc?formal/02-08-05 and at
pages 1-4 and 1-5.
Comment 1 Gerald Brose 2005-11-19 21:40:11 UTC

*** This bug has been marked as a duplicate of 610 ***