Bug 162 - A new spec for Dynamic Any has been published
Summary: A new spec for Dynamic Any has been published
Status: RESOLVED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.0
Hardware: All All
: P3 enhancement
Assignee: Jeff Parsons
URL:
Depends on:
Blocks: 451
  Show dependency tree
 
Reported: 1999-07-26 18:38 CDT by Ossama Othman
Modified: 2000-02-27 17:05 CST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ossama Othman 1999-07-26 18:38:08 CDT
A new spec for Dynamic Any has been published and will probably be part of CORBA
2.4. There are a great many changes, leaving almost no area of the current
implementation untouched.
Comment 1 Carlos O'Ryan 1999-08-03 12:22:59 CDT
Jeff is the DII/DSI expert, he is better qualified to comment on this bug.
Comment 2 Jeff Parsons 1999-08-09 13:49:59 CDT
I've been told that we should wait at least until 2.4 comes out, in case it
changes again. In any case, it will be at least a month before I can even think
about this, although I would like to be the one to do it eventually, if only to
improve the code I originally wrote as a DOC group novice.
Comment 3 Jeff Parsons 1999-08-09 16:07:59 CDT
My mistake, the changes are part of the final 2.3 version, but the rest of my
previous comment still applies.
Comment 4 Carlos O'Ryan 2000-02-27 17:05:59 CST
The new specification for DynAny removes all the factory methods from the ORB
and uses a separate interface to create the DynAny objects.
This class is obtained using resolve_initial_references() making it a prime
target for the approach proposed in bug #451: if the class can be dynamically
loaded then DynAnys won't have to be linked in by applications that don't
need them.