Hi David,

There were changes in this area to the DatabaseMetaData and it looks like this test might not have caught up to it.

-lance

David Van Couvering wrote:
I am running with the latest drop from the jdk 1.6 site, and I have the latest stuff from the trunk, and I am getting the following errors. These appear to be members of java.sql.DatabaseMetaData. I am hoping someone familiar with this area of the code can provide some quick guidance...

Thanks,

David

===

[javac] /export/home/dv136566/derby/patch/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/JDBC40TranslationTest.java:39: cannot find symbol
    [javac] symbol  : variable functionParameterUnknown
    [javac] location: interface java.sql.DatabaseMetaData
[javac] assertEquals(DatabaseMetaData.functionParameterUnknown,
    [javac]                                      ^
[javac] /export/home/dv136566/derby/patch/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/JDBC40TranslationTest.java:44: cannot find symbol
    [javac] symbol  : variable functionParameterIn
    [javac] location: interface java.sql.DatabaseMetaData
    [javac]         assertEquals(DatabaseMetaData.functionParameterIn,
    [javac]                                      ^
[javac] /export/home/dv136566/derby/patch/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/JDBC40TranslationTest.java:49: cannot find symbol
    [javac] symbol  : variable functionParameterInOut
    [javac] location: interface java.sql.DatabaseMetaData
    [javac]         assertEquals(DatabaseMetaData.functionParameterInOut,
    [javac]                                      ^
[javac] /export/home/dv136566/derby/patch/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestDbMetaData.java:99: cannot find symbol
    [javac] symbol  : variable functionParameterUnknown
    [javac] location: interface java.sql.DatabaseMetaData
    [javac] DatabaseMetaData.functionParameterUnknown));
    [javac]    ^
[javac] /export/home/dv136566/derby/patch/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestDbMetaData.java:101: cannot find symbol
    [javac] symbol  : variable functionParameterIn
    [javac] location: interface java.sql.DatabaseMetaData
    [javac] DatabaseMetaData.functionParameterIn));
    [javac]    ^
[javac] /export/home/dv136566/derby/patch/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestDbMetaData.java:103: cannot find symbol
    [javac] symbol  : variable functionParameterInOut
    [javac] location: interface java.sql.DatabaseMetaData
    [javac] DatabaseMetaData.functionParameterInOut));
    [javac]    ^
[javac] /export/home/dv136566/derby/patch/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestDbMetaData.java:105: cannot find symbol
    [javac] symbol  : variable functionParameterOut
    [javac] location: interface java.sql.DatabaseMetaData
    [javac] DatabaseMetaData.functionParameterOut));
    [javac]    ^
[javac] /export/home/dv136566/derby/patch/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestDbMetaData.java:157: cannot find symbol [javac] symbol : method getFunctionParameters(<nulltype>,<nulltype>,java.lang.String,<nulltype>)
    [javac] location: interface java.sql.DatabaseMetaData
    [javac] dumpRS(met.getFunctionParameters(null,null,"DUMMY%",null));
    [javac]                       ^
[javac] /export/home/dv136566/derby/patch/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestDbMetaData.java:160: cannot find symbol [javac] symbol : method getFunctionParameters(<nulltype>,<nulltype>,java.lang.String,java.lang.String)
    [javac] location: interface java.sql.DatabaseMetaData
    [javac] dumpRS(met.getFunctionParameters(null,null,"DUMMY%",""));
    [javac]                       ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 9 errors

BUILD FAILED
/export/home/dv136566/derby/patch/trunk/build.xml:336: The following error occurred while executing this line: /export/home/dv136566/derby/patch/trunk/java/testing/build.xml:75: The following error occurred while executing this line: /export/home/dv136566/derby/patch/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml:64: Compile failed; see the compiler error output for details.

Reply via email to