Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JDO 3 (3.0)
-
None
Description
Doing maven build in runtime2, I get:
java:compile:
[echo] Compiling to /home/michelle/jdo/jdo/trunk/runtime20/target/classes
[javac] Compiling 51 source files to /home/michelle/jdo/jdo/trunk/runtime20/target/classes
[javac] /home/michelle/jdo/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerWrapper.java:44: org.apache.jdo.impl.pm.PersistenceManagerWrapper is not abstract and does not override abstract method getQueryTimeoutMillis() in javax.jdo.PersistenceManager
[javac] public class PersistenceManagerWrapper implements PersistenceManager {
[javac] ^
[javac] /home/michelle/jdo/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionImpl.java:51: org.apache.jdo.impl.pm.TransactionImpl is not abstract and does not override abstract method getSerializeRead() in javax.jdo.Transaction
[javac] class TransactionImpl implements javax.jdo.Transaction {
[javac] ^
[javac] Note: /home/michelle/jdo/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerWrapper.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors