Build error with Java 6
-----------------------
Key: COCOON-1980
URL: https://issues.apache.org/jira/browse/COCOON-1980
Project: Cocoon
Issue Type: Bug
Components: Blocks: Databases
Affects Versions: 2.1.10
Reporter: Markus Wolf
Priority: Minor
Building the database block with Java 6 results in the following exception:
.../cocoon-2.1.10/src/blocks/databases/java/org/apache/cocoon/databases/ibatis/ExcaliburDataSourceFactory.java:82:
org.apache.cocoon.databases.ibatis.ExcaliburDataSourceFactory.DataSourceWrapper
is not abstract and does not override abstract method
isWrapperFor(java.lang.Class<?>) in java.sql.Wrapper
protected static final class DataSourceWrapper implements DataSource {
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
BUILD FAILED
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira