From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5c1d89373343bef8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news3.google.com!news.glorb.com!proxad.net!usenet-fr.net!enst.fr!not-for-mail From: Jerome Hugues Newsgroups: comp.lang.ada Subject: CORBA/Ada [Was: Re: Unchecked_Conversion help needed] Date: Wed, 22 Dec 2004 22:05:42 +0000 (UTC) Organization: ENST, France Message-ID: References: <1911458.3otSqa1tqp@linux1.krischik.com> <1751648.n8nPOOOENr@linux1.krischik.com> NNTP-Posting-Host: merlin.enst.fr X-Trace: avanie.enst.fr 1103753142 64270 137.194.160.24 (22 Dec 2004 22:05:42 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 22 Dec 2004 22:05:42 +0000 (UTC) User-Agent: slrn/0.9.7.3 (SunOS) Xref: g2news1.google.com comp.lang.ada:7184 Date: 2004-12-22T22:05:42+00:00 List-Id: In article <1751648.n8nPOOOENr@linux1.krischik.com>, Martin Krischik wrote: > I constantly try to improve the page and I would be happy if you would look > over it from time to time. Do not hesitate to ping me by private mail, or through the PolyORB mailing-lists. > When we are at it, I don't like the way the New_Echo method is implemented: > > http://en.wikibooks.org/wiki/Programming:CORBA#Ada_Implementation_2 > > According to the CORBA doc one should use create_reference to create a new > object and I found a fitting function in PortableServer.POA but I could not > get it to work. Any Ideas? Can you be more precise ? What is the problem you see ? Note that a similar echo is already covered in PolyORB's examples and in the User's Guide. For a more complete look over the use of the POA interface in PolyORB, you can grab PolyORB from the CVS repository, and examine testsuite/corba/portableserver; these examples review each function from this interface. -- Jerome