[ http://issues.apache.org/jira/browse/BEANUTILS-243?page=all ]
Henri Yandell updated BEANUTILS-243:
------------------------------------
Attachment: BEANUTILS-243.patch
Attaching my current state in implementing the methods.
> BeanUtils fails to compile under 1.6
> ------------------------------------
>
> Key: BEANUTILS-243
> URL: http://issues.apache.org/jira/browse/BEANUTILS-243
> Project: Commons BeanUtils
> Issue Type: Bug
> Reporter: Henri Yandell
> Fix For: 1.8.0
>
> Attachments: BEANUTILS-243.patch
>
>
> [javac] Compiling 86 source files to
> /home/hen/apache/jakarta/commons-proper/beanutils/target/test-classes
> /home/hen/apache/jakarta/commons-proper/beanutils/src/test/org/apache/commons/beanutils/TestResultSet.java:49:
> org.apache.commons.beanutils.TestResultSet is not abstract and does not
> override abstract method updateNClob(java.lang.String,java.io.Reader,long) in
> java.sql.ResultSet
> public class TestResultSet implements ResultSet {
> ^
> /home/hen/apache/jakarta/commons-proper/beanutils/src/test/org/apache/commons/beanutils/TestResultSetMetaData.java:34:
> org.apache.commons.beanutils.TestResultSetMetaData is not abstract and does
> not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper
> public class TestResultSetMetaData implements ResultSetMetaData {
> ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> 2 errors
> BUILD FAILED
> (Presumably a bunch of new methods have been added to that class in the JDBC
> in 1.6)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]