Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 74067 invoked from network); 22 Apr 2006 19:41:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2006 19:41:36 -0000 Received: (qmail 1694 invoked by uid 500); 22 Apr 2006 19:41:35 -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 1675 invoked by uid 99); 22 Apr 2006 19:41:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2006 12:41:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2006 12:41:34 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5281B7142C1 for ; Sat, 22 Apr 2006 19:40:15 +0000 (GMT) Message-ID: <4792671.1145734815335.JavaMail.jira@brutus> Date: Sat, 22 Apr 2006 19:40:15 +0000 (GMT+00:00) From: "Michael Bouschen (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Closed: (JDO-83) Using datastore identity, JPOX expects an identity field for an embedded class (ADDRID for Address) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JDO-83?page=all ] Michael Bouschen closed JDO-83: ------------------------------- Fix Version: JDO 2 beta Resolution: Fixed > Using datastore identity, JPOX expects an identity field for an embedded class (ADDRID for Address) > ---------------------------------------------------------------------------------------------------- > > Key: JDO-83 > URL: http://issues.apache.org/jira/browse/JDO-83 > Project: JDO > Type: Bug > Components: tck20 > Reporter: Michelle Caisse > Assignee: Michelle Caisse > Fix For: JDO 2 beta > > Affected tests (39): > org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithInstancesMadePersistentViaReachability > org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithSubclasses > org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable > org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerFactoryByPropertiesInstance > org.apache.jdo.tck.extents.CloseAll > org.apache.jdo.tck.extents.CloseOfExtentIteratorIsIteratorSpecific > org.apache.jdo.tck.extents.GetCandidateClass > org.apache.jdo.tck.extents.GetPersistenceManager > org.apache.jdo.tck.extents.HasSubclassesFalse > org.apache.jdo.tck.extents.HasSubclassesTrue > org.apache.jdo.tck.extents.InstancesDeletedPriorToIterationNotReturned > org.apache.jdo.tck.extents.InstancesPersistedPriorToIterationReturned > org.apache.jdo.tck.extents.IteratorHasNextFalseAfterExtentClose > org.apache.jdo.tck.extents.IteratorMutatingMethods > org.apache.jdo.tck.extents.IteratorNextAfterExtentCloseAll > org.apache.jdo.tck.extents.Iterators > org.apache.jdo.tck.mapping.CompletenessTest > org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges > org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges > org.apache.jdo.tck.query.Cast > org.apache.jdo.tck.query.ComparingCollectionFieldToNull > org.apache.jdo.tck.query.ComparingPersistentAndNonPersistentInstance > org.apache.jdo.tck.query.DenoteUniquenessInFilter > org.apache.jdo.tck.query.MultipleIdenticalImports > org.apache.jdo.tck.query.NavigationThroughACollectionField > org.apache.jdo.tck.query.NavigationThroughANullValuedField > org.apache.jdo.tck.query.NavigationThroughReferencesUsesDotOperator > org.apache.jdo.tck.query.NullCollectionsAndContainsMethod > org.apache.jdo.tck.query.NullCollectionsAndIsEmpty > org.apache.jdo.tck.query.ParameterBoundToDifferentPM > org.apache.jdo.tck.query.SeparateNamespaceForTypeNames > org.apache.jdo.tck.query.SetterReplacePreviousValues > org.apache.jdo.tck.query.StartsWithAndEndsWith > org.apache.jdo.tck.query.SupportedCollectionMethods > org.apache.jdo.tck.query.operators.EqualityAndComparisonsBetweenDateFieldsAndParameters > org.apache.jdo.tck.query.operators.EqualityAndComparisonsBetweenStringFieldsAndParameters > org.apache.jdo.tck.query.operators.StringConcatenation > org.apache.jdo.tck.transactions.SetNontransactionalRead > org.apache.jdo.tck.transactions.WhenNontransactionalReadIsFalse > test(org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable)javax.jdo.JDODataStoreException: Insert request failed: INSERT INTO datastoreidentity0.COMPANIES (FOUNDEDDATE,ADDRID,CITY,COUNTRY,"STATE",STREET,ZIPCODE,ID,"NAME") VALUES (?,?,?,?,?,?,?,?,?) > at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:298) > at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:1735) > at org.jpox.store.StoreManager.insert(StoreManager.java:663) > at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3088) > at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3061) > at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:976) > at org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1012) > at org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable.createObjects(MakePersistentAndInstancesNotReachable.java:85) > at org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable.test(MakePersistentAndInstancesNotReachable.java:69) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at org.apache.jdo.tck.JDO_Test.runBare(JDO_Test.java:203) > at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.java:128) > at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java:106) > NestedThrowablesStackTrace: > ERROR 42X14: 'ADDRID' is not a column in table or VTI 'DATASTOREIDENTITY0.COMPANIES'. > at org.apache.derby.iapi.error.StandardException.newException(StandardException.java) > at org.apache.derby.impl.sql.compile.ResultColumn.bindResultColumnByName(ResultColumn.java) > at org.apache.derby.impl.sql.compile.ResultColumnList.bindResultColumnsByName(ResultColumnList.java) > at org.apache.derby.impl.sql.compile.InsertNode.bind(InsertNode.java) > at org.apache.derby.impl.sql.GenericStatement.prepMinion(GenericStatement.java) > at org.apache.derby.impl.sql.GenericStatement.prepare(GenericStatement.java) > at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(GenericLanguageConnectionContext.java) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.(EmbedPreparedStatement.java) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement20.(EmbedPreparedStatement20.java) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement30.(EmbedPreparedStatement30.java) > at org.apache.derby.jdbc.Driver30.newEmbedPreparedStatement(Driver30.java) > at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(EmbedConnection.java) > at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(EmbedConnection.java) > at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxyConnection.java:303) > at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:153) > at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:1735) > at org.jpox.store.StoreManager.insert(StoreManager.java:663) > at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3088) > at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3061) > at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:976) > at org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1012) > at org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable.createObjects(MakePersistentAndInstancesNotReachable.java:85) > at org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable.test(MakePersistentAndInstancesNotReachable.java:69) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at org.apache.jdo.tck.JDO_Test.runBare(JDO_Test.java:203) > at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.java:128) > at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java:106) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira