Issue 654: Chapter 4.3, 4.3.3.7, Comments on DynAny (port-rtf) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: At time of creation a DynAny contains typecode but no value. Whay exception is raised by various get operations?Put something in the raises clause of the get operations Resolution: changes incorporated close issue in 2.4 Revised Text: : See ptc/99-03-02 Actions taken: August 7, 1997: received issue August 12, 1999: closed issue Discussion: End of Annotations:===== Return-Path: Date: 07 Aug 97 16:35:32 -0700 From: "JSPIRN.US.ORACLE.COM" To: issues@omg.org, port-rtf@omg.org Subject: Comments on DynAny for Portability RFP Cc: JTREZZO@us.oracle.com, DBROWER@us.oracle.com, KCOLEMAN@us.oracle.com The following issues concern the "Dynamic Any" in the portablility RFP submission. They were prepared by Kim Coleman of Oracle; I am forwarding them on in my capacity as a member of the portability RTF. Thanks, Jeff Spirn ================================= Date: 07 Aug 97 10:13:34 From:"KCOLEMAN.US.ORACLE.COM" To:jspirn Subject:Comments on DynAny for Portability Spec Cc:dbrower,tplambec,hspintzi,dlowe MIME-Version: 1.0 Content-Transfer-Encoding:7bit Content-Type:text/plain; charset="US-ASCII" Comments on Chapter 4 (DynAny) of orbos/97-04-14 (Portability spec) 4.3, 4.3.3.7 ------------ At the time of creation, a DynAny contains a typecode but no value. What exception is raised by the various "get" operations if there is no value in the DynAny? InvalidValue seems like a possibility. Something should be put in the raises clause of the "get" ops, and similar provisions should be made for some of the DynAny specializations.