[ http://issues.apache.org/jira/browse/JDO-47?page=all ] Michael Bouschen reopened JDO-47: ---------------------------------
> Four lifecycle tests need schema/metadata > ----------------------------------------- > > Key: JDO-47 > URL: http://issues.apache.org/jira/browse/JDO-47 > Project: JDO > Type: Bug > Components: tck20 > Reporter: Michelle Caisse > Assignee: Michael Watzek > > Four lifecycle tests give ERRORs because they have no tables or metadata. We > were going to remove the tests, but we should take another look, because more > tests depend on this metadata than we originally thought. > [java] 13) > test(org.apache.jdo.tck.lifecycle.MultiplePMsReturnInstancesRepresentingSamePC)javax.jdo.JDODataStoreException: > Insert request failed: INSERT INTO STATETRANSITIONOBJ (STATETRANSITIONOBJ > _ID,INT_FIELD) VALUES (?,?) > [java] ERROR 42X05: Table 'STATETRANSITIONOBJ' does not exist. > [java] 14) > test(org.apache.jdo.tck.lifecycle.ObjectIdNotModifiedWhenObjectIdInstanceModified)javax.jdo.JDODataStoreException: > Insert request failed: INSERT INTO STATETRANSITIONOBJ (STATETRANSITION > OBJ_ID,INT_FIELD) VALUES (?,?) > [java] ERROR 42X05: Table 'STATETRANSITIONOBJ' does not exist. > [java] 15) > test(org.apache.jdo.tck.lifecycle.PMReturnsIdenticalInstancesForEqualObjIds)javax.jdo.JDODataStoreException: > Insert request failed: INSERT INTO STATETRANSITIONOBJ (STATETRANSITIONOBJ_ID > ,INT_FIELD) VALUES (?,?) > [java] ERROR 42X05: Table 'STATETRANSITIONOBJ' does not exist. > [java] 16) > test(org.apache.jdo.tck.lifecycle.StateTransitions)javax.jdo.JDODataStoreException: > Error executing JDOQL query "SELECT > 'org.apache.jdo.tck.pc.lifecycle.StateTransitionObj' AS JPOXMETAD -- 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
