Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
0.6
-
None
-
None
-
Ubuntu, openjdk-7-jdk
Description
While compiling the latest mahout using openjdk-7-jdk
Error: ConnectionPoolDataSource is not abstract and does not override abstract method getParentLogger() in CommonDataSource
But compiling the source with openjdk-6-jdk is successful
Please refer to
http://download.oracle.com/javase/7/docs/api/java/sql/Connection.html#getNetworkTimeout
and
http://download.oracle.com/javase/6/docs/api/java/sql/Connection.html
I think the difference causes the bug.