-
Bug
-
Resolution: Fixed
-
P4
-
1.3.1
-
beta
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038801 | 1.4.0 | Everett Anderson | P4 | Closed | Won't Fix |
Anys created with the ORBSingelton throw ClassCastExceptions when calling insert_Value with a Java array or String.
Example:
ORB singleton = ORB.init();
Any any = singleton.create_any();
any.insert_Value(new String("wook"));
Example:
ORB singleton = ORB.init();
Any any = singleton.create_any();
any.insert_Value(new String("wook"));
- backported by
-
JDK-2038801 Anys created with the ORBSingleton throw ClassCastException on insert_Value
- Closed