Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 82860 invoked from network); 9 Oct 2007 03:42:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 03:42:19 -0000 Received: (qmail 48041 invoked by uid 500); 9 Oct 2007 03:42:07 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 48030 invoked by uid 99); 9 Oct 2007 03:42:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 20:42:07 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 03:42:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93368714159 for ; Mon, 8 Oct 2007 20:41:50 -0700 (PDT) Message-ID: <1218719.1191901310570.JavaMail.jira@brutus> Date: Mon, 8 Oct 2007 20:41:50 -0700 (PDT) From: "Michelle Caisse (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Created: (JDO-543) CompletenessTest gives error w/ JPA annotations in JPA*Project MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org CompletenessTest gives error w/ JPA annotations in JPA*Project -------------------------------------------------------------- Key: JDO-543 URL: https://issues.apache.org/jira/browse/JDO-543 Project: JDO Issue Type: Bug Components: tck2 Affects Versions: JDO 2 maintenance release 1 Reporter: Michelle Caisse Assignee: Andy Jefferson maven -Djdo.tck.cfglist=companyAnnotatedNoRelationshipsJPAConcrete.conf runtck.jdori gives the following error 20:36:46,656 (main) INFO [org.apache.jdo.tck] - Exception during setUp or runtest: javax.jdo.JDODataStoreException: Iteration request failed : SELECT "ELEMENT".DISCRIMINATOR,"ELEMENT".BIRTHDATE,"ELEMENT".FIRSTNAME,"ELEMENT".LASTNAME,"ELEMENT".PERSONID,"ELEMENT".HIREDATE,"ELEMENT".WEEKLYHOURS FROM applicationidentity0.REVIEWER THIS INNER JOIN applicationidentity0.PERSONS "ELEMENT" ON "ELEMENT".PERSONID = THIS.PERSONID_EID WHERE ("ELEMENT".DISCRIMINATOR = ? OR "ELEMENT".DISCRIMINATOR = ? OR "ELEMENT".DISCRIMINATOR = ?) AND ? = THIS.PROJID_OID at org.jpox.jdo.JPOXJDOHelper.getJDOExceptionForJPOXException(JPOXJDOHelper.java:288) at org.jpox.jdo.JDOTransaction.commit(JDOTransaction.java:104) at org.apache.jdo.tck.mapping.CompletenessTest.localSetUp(CompletenessTest.java:85) at org.apache.jdo.tck.JDO_Test.setUp(JDO_Test.java:237) at org.apache.jdo.tck.JDO_Test.runBare(JDO_Test.java:253) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.textui.TestRunner.doRun(TestRunner.java:116) at org.apache.jdo.tck.util.BatchTestRunner.doRun(BatchTestRunner.java:108) at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.java:148) at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java:123) NestedThrowablesStackTrace: ERROR 42X05: Table/View 'APPLICATIONIDENTITY0.REVIEWER' does not exist. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source) at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source) at org.apache.derby.impl.sql.compile.TableOperatorNode.bindNonVTITables(Unknown Source) at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source) at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source) at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source) at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source) at org.apache.derby.impl.sql.compile.CursorNode.bind(Unknown Source) at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source) at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source) at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement20.(Unknown Source) Same with datastore identity -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.