Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2035626 | 1.3.1 | Devananda Jayaraman | P4 | Resolved | Fixed | ladybird |
Name: md23716 Date: 07/24/2000
Symptoms: There are 2 methods to create an object with the activex bridge:
First way: (getNew()) it lets me create an object(vector), but adding elements to the vector results in strange behaviour every element add the vector size increases but element is somehow always null.
Second way: (getConstructor()) of creating vector does not even work.
Analysis: Visual Basic 6 is required to recreate the problem.By following the recreation step given below able to see the problem. We can notice that the method getNew() shows the element as null and getConstructor() doesn't work at all.Problem is seen with 0620 build also.
Test Case and Failure Data:
being sent to Licensee enginnering contact, along with an escalation request (this is an urgent problem).
======================================================================
- backported by
-
JDK-2035626 Object creation does not work
-
- Resolved
-
- relates to
-
JDK-4381712 getNew and getConstructor doesnt look for class in javabean's jar file
-
- Closed
-