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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1f7b6de74e2a86fb,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.77.39 with SMTP id p7mr900481paw.0.1346342194834; Thu, 30 Aug 2012 08:56:34 -0700 (PDT) Received: by 10.224.39.75 with SMTP id f11mr1820505qae.8.1346342194244; Thu, 30 Aug 2012 08:56:34 -0700 (PDT) Received: by 10.52.30.133 with SMTP id s5mr970158vdh.10.1346342194174; Thu, 30 Aug 2012 08:56:34 -0700 (PDT) Path: a5ni27301pbv.0!nntp.google.com!news2.google.com!r1no702649qas.0!news-out.google.com!da15ni8428836qab.0!nntp.google.com!r1no702641qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 Aug 2012 08:56:34 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 195.58.145.51 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: polyorb exception with the DSA annex From: tonyg Injection-Date: Thu, 30 Aug 2012 15:56:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-30T08:56:34-07:00 List-Id: I'm sending values between partitions. When I use an RCI function to return a record, I am getting an exception and I cannot figure out why. The exception is POLYORB.ANY.TYPECODE.BADKIND some other info is that I have quite a large RCI package with a lot of functions and procedures. Has anyone seen this exception before?