runtime2 project fails to compile
---------------------------------

                 Key: JDO-648
                 URL: https://issues.apache.org/jira/browse/JDO-648
             Project: JDO
          Issue Type: Bug
          Components: runtime2
    Affects Versions: JDO 2 maintenance release 3
            Reporter: Michelle Caisse


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


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to