-
Bug
-
Resolution: Fixed
-
P4
-
1.3.1
-
rc1
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2039266 | 1.4.0 | Everett Anderson | P4 | Closed | Fixed | beta3 |
JDK-2039267 | 1.3.1 | Everett Anderson | P4 | Closed | Won't Fix |
A ClassCastException occurs in com.sun.corba.se.internal.util.Utility loadStub during code downloading in EJBs.
The narrowFrom cannot be cast to a org.omg.CORBA_2_3.portable.ObjectImpl in order to call get_codebase() -- it is a normal ObjectImpl. However, its delegate may be a 2_3 Delegate, and thus really does have a codebase available.
*******************************************************************************
###@###.### 2001-09-26
Fix verified OK
- using build: j2sdk-1_4_0-beta3-bin-b80-solsparc-19_sep_2001
- using the attached test case: bug4397558.zip.Z
*******************************************************************************
The narrowFrom cannot be cast to a org.omg.CORBA_2_3.portable.ObjectImpl in order to call get_codebase() -- it is a normal ObjectImpl. However, its delegate may be a 2_3 Delegate, and thus really does have a codebase available.
*******************************************************************************
###@###.### 2001-09-26
Fix verified OK
- using build: j2sdk-1_4_0-beta3-bin-b80-solsparc-19_sep_2001
- using the attached test case: bug4397558.zip.Z
*******************************************************************************
- backported by
-
JDK-2039266 ClassCastException during code downloading in EJBs
- Closed
-
JDK-2039267 ClassCastException during code downloading in EJBs
- Closed
-
JDK-2039268 ClassCastException during code downloading in EJBs
- Closed