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

Missing 2 DataTruncation Constructor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 6
    • 6
    • core-libs
    • b53
    • generic
    • generic
    • Verified

      JDK : 6.0 -b48
      Platform[s] : Sol 10
      switch/Mode : Default
      DB : ORCL
      Failing Test :

      exceptions/data_trucation/dataTrun001_004
      exceptions/data_trucation/dataTrun001_005
      exceptions/data_trucation/dataTrun001_006
      exceptions/data_trucation/dataTrun001_007

      Description:
      ===========
      The following DataTrucation is missing.

      DataTruncation(int index, boolean parameter, boolean read, int dataSize, int transferSize, java.lang.String sqlState, java.lang.Throwable cause)

      DataTruncation(int index, boolean parameter, boolean read, int dataSize, int transferSize, java.lang.Throwable cause)

      Test output:
      =============
      /net/cady/export/sqa/tcheung/jdbc/SQE/testing/workDir/tcheung.SunOS.sparc/dataTrun001_004/dataTrun001_004.java:117: cannot find symbol
      symbol : constructor DataTruncation(int,boolean,boolean,int,int,java.lang.String,java.lang.Throwable)
      location: class java.sql.DataTruncation
                   throw new DataTruncation(myIndex,myParameter,myRead,myDataSize,myTransferSize,sqlState,throw1);
                         ^
      1 error


      //net/cady/export/sqa/tcheung/jdbc/SQE/testing/workDir/tcheung.SunOS.sparc/dataTrun001_007/dataTrun001_007.java:116: cannot find symbol
      symbol : constructor DataTruncation(int,boolean,boolean,int,int,java.lang.Throwable)
      location: class java.sql.DataTruncation
                   throw new DataTruncation(myIndex,myParameter,myRead,myDataSize,myTransferSize,throw1);
                         ^
      1 error
            
      Specific Machine Info:
      =====================
      SunOS orthello 5.10 Generic sun4u sparc SUNW,Ultra-60

            ahandasunw Amit Handa (Inactive)
            tacheung Tak Wing Cheung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: