-
Bug
-
Resolution: Cannot Reproduce
-
P2
-
None
-
5.0
-
x86
-
windows_2000
###@###.### 2004-04-29
J2SE Version (please include all output from java -version flag):
java version "1.5.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b48)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b48, mixed mode)
Does this problem occur on J2SE 1.3, 1.4 or 1.4.1? Yes / No (pick one)
No, it works fine with Tiger build 44
Operating System Configuration Information (be specific):
Windows 2000
Bug Description:
With version 1.5.0-beta2-b48 crash the ActiveX Bridge. With Version
1.5.0-beta2-b44 it has work.
Have a method that returns a byte[] . This method is calling and executing
and then all is crashing.
Steps to Reproduce (be specific):
execute the follow VBScript:
========================
Option Explicit
Dim CrystalClear
Set CrystalClear = CreateObject("ReportBridge.Bean")
Dim Parameters
Set Parameters = CrystalClear.ParameterContainer
CrystalClear.RequestContext( Parameters )
========================
The Java methods look like:
====================
public static Properties ParameterContainer(){
return new Properties();
}
public static byte[] RequestContext(Properties props){
....
}
====================
Also have attached an image from the log. (ActiveX_Crash.gif)