-
Enhancement
-
Resolution: Fixed
-
P5
-
1.3.0
-
beta
-
generic
-
generic
Name: skT45625 Date: 06/09/2000
java version "1.3.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b07)
Java HotSpot(TM) Client VM (build 1.3.0beta-b04, interpreted mode)
The Helper classes for IDLType, DefinitionKind and ValueMember, as well
as the stub class for IDLType, do not contain the proper repository IDs.
Specifically, they have a version specification of '2.3', but should
really be using '1.0'.
These incorrect repository IDs cause problems for third-party ORBs that
use the correct respository IDs. For example, a TypeCode created by the
JDK will not be 'equal' to a TypeCode created by another ORB. The
method IDLTypeHelper.narrow() will also fail.
For more information, see OMG orb-revision issue 3015:
http://www.omg.org/issues/orb_revision.html#Issue3015
(Review ID: 105953)
======================================================================