<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.jacorb.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://www.jacorb.org/bugzilla/"
          
          maintainer="jacorb@goots.org"
>

    <bug>
          <bug_id>639</bug_id>
          
          <creation_ts>2005-10-11 14:01:42 +0000</creation_ts>
          <short_desc>IDL compilation problem</short_desc>
          <delta_ts>2005-11-19 21:40:11 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>JacORB</product>
          <component>IDL compiler</component>
          <version>2.2.2</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>610</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jacek Cala">jcala</reporter>
          <assigned_to name="Gerald Brose">gerald.brose</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1583</commentid>
    <comment_count>0</comment_count>
    <who name="Jacek Cala">jcala</who>
    <bug_when>2005-10-11 14:01:42 +0000</bug_when>
    <thetext>I found a problem when compiling an idl generated from idl3 interface named with
suffix &apos;Operations&apos;. 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&apos;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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1633</commentid>
    <comment_count>1</comment_count>
    <who name="Gerald Brose">gerald.brose</who>
    <bug_when>2005-11-19 21:40:11 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 610 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>