I am not getting this error.
I think the problem is that getFunctions() and getFunctionParameters()
must be newer metadata methods that were recently added, and I suspect
that the version of JDK 1.6 that you have does not contain these methods
in the JDBC4 class files.
I have revision build 1.6.0-rc-b69. Try upgrading your JDK and see if
this resolves the problem.
David
Andrew McIntyre wrote:
Hadn't seen it reported elsewhere, I'm getting this error compiling
the JDBC 4.0 classes. It would appear to be a result of the new file
in David's revision 377503.
compile_jdbc4:
[javac] Compiling 8 source files to C:\derby-trunk\classes
[javac]
C:\derby-trunk\java\testing\org\apache\derbyTesting\functionTests\tests\jdbc4\TestDbMetaData.java:82:
cannot find symbol
[javac] symbol : method getFunctions(<nulltype>,<nulltype>,<nulltype>)
[javac] location: interface java.sql.DatabaseMetaData
[javac] checkEmptyRS(met.getFunctions(null,null,null));
[javac] ^
[javac]
C:\derby-trunk\java\testing\org\apache\derbyTesting\functionTests\tests\jdbc4\TestDbMetaData.java:84:
cannot find symbol
[javac] symbol : method
getFunctionParameters(<nulltype>,<nulltype>,<nulltype>,<nulltype>)
[javac] location: interface java.sql.DatabaseMetaData
[javac]
checkEmptyRS(met.getFunctionParameters(null,null,null,null));
[javac] ^
[javac] 2 errors
Is anyone else seeing this error?
andrew
begin:vcard
fn:David W Van Couvering
n:Van Couvering;David W
org:Sun Microsystems, Inc.;Database Technology Group
email;internet:[EMAIL PROTECTED]
title:Senior Staff Software Engineer
tel;work:510-550-6819
tel;cell:510-684-7281
x-mozilla-html:TRUE
version:2.1
end:vcard