Apache JDO Project - [jira] Closed: (JDO-83) Using datastore identity, JPOX expects an

This is Interesting: Free IT Magazines  
Home > Archive > Apache JDO Project > April 2006 > [jira] Closed: (JDO-83) Using datastore identity, JPOX expects an





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author [jira] Closed: (JDO-83) Using datastore identity, JPOX expects an
Michael Bouschen (JIRA)

2006-04-24, 7:57 am

[ 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. GetExtentWithInstancesMadePersistentViaR
eachability
> org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithSubclasses
> org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable
> org.apache.jdo.tck.api.persistencemanagerfactory. GetPersistenceManagerFactoryByProperties
Instance
> 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. InstancesDeletedPriorToIterationNotRetur
ned
> org.apache.jdo.tck.extents. InstancesPersistedPriorToIterationReturn
ed
> 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. ComparingPersistentAndNonPersistentInsta
nce
> 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. NavigationThroughReferencesUsesDotOperat
or
> 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. EqualityAndComparisonsBetweenDateFieldsA
ndParameters
> org.apache.jdo.tck.query.operators. EqualityAndComparisonsBetweenStringField
sAndParameters
> 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)j
avax.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(AbstractPersisten
ceManager.java:976)
> at org.jpox.AbstractPersistenceManager. makePersistent(AbstractPersistenceManage
r.java:1012)
> at org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable. createObjects(MakePersistentAndInstances
NotReachable.java:85)
> at org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable. test(MakePersistentAndInstancesNotReacha
ble.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(GenericLanguage
ConnectionContext.java)
> at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(EmbedPreparedStatement.java)
> at org.apache.derby.impl.jdbc.EmbedPreparedStatement20.<init>(EmbedPreparedStatement20.java)
> at org.apache.derby.impl.jdbc.EmbedPreparedStatement30.<init>(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(AbstractPersisten
ceManager.java:976)
> at org.jpox.AbstractPersistenceManager. makePersistent(AbstractPersistenceManage
r.java:1012)
> at org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable. createObjects(MakePersistentAndInstances
NotReachable.java:85)
> at org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable. test(MakePersistentAndInstancesNotReacha
ble.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/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com