-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2041347 | 1.4.0 | Everett Anderson | P4 | Closed | Fixed | beta2 |
When a class has evolved and the remote FVD is queried, we are
currently sending TCKind._tk_char as the type for Java chars, but
we actually read and write CORBA wchars.
It really looks like we should send _tk_wchar for the type of
the ValueMember in this case.
This could prevent interoperability with other ORBs when class
evoluation occurs.
However, fixing it directly will affect class evolution with our
older ORBs.
We might need to use whatever versioning is in place to deal with this,
as we have with so many other bugs from Kestrel.
*******************************************************************************
muthu.anbumani@eng 2001-07-30
- Verification of the Attached Testcase against the Following builds Done Successfully.
- Build: j2sdk-1_4_0-beta_refresh-bin-b73-solsparc-25_jul_2001
- Build: j2sdk-1_3_1_01-fcs-bin-solsparc-27_jun_2001
********************************************************************************
currently sending TCKind._tk_char as the type for Java chars, but
we actually read and write CORBA wchars.
It really looks like we should send _tk_wchar for the type of
the ValueMember in this case.
This could prevent interoperability with other ORBs when class
evoluation occurs.
However, fixing it directly will affect class evolution with our
older ORBs.
We might need to use whatever versioning is in place to deal with this,
as we have with so many other bugs from Kestrel.
*******************************************************************************
muthu.anbumani@eng 2001-07-30
- Verification of the Attached Testcase against the Following builds Done Successfully.
- Build: j2sdk-1_4_0-beta_refresh-bin-b73-solsparc-25_jul_2001
- Build: j2sdk-1_3_1_01-fcs-bin-solsparc-27_jun_2001
********************************************************************************
- backported by
-
JDK-2041347 Sending tk_char instead of tk_wchar for Java char
-
- Closed
-
-
JDK-2041348 Sending tk_char instead of tk_wchar for Java char
-
- Closed
-