Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5039956

REGRESSION: ActiveX Bridge crash with tiger b48 on when using a return String

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P2 P2
    • None
    • 5.0
    • deploy
    • 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)






            djayaramsunw Devananda Jayaraman (Inactive)
            tyao Ting-Yun Ingrid Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: