| Michael Bouschen (JIRA) 2006-04-24, 7:57 am |
| [ http://issues.apache.org/jira/browse/JDO-47?page=all ]
Michael Bouschen closed JDO-47:
-------------------------------
Fix Version: JDO 2 beta
Resolution: Fixed
> 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
> Fix For: JDO 2 beta
>
> 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. MultiplePMsReturnInstancesRepresentingSa
mePC)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. ObjectIdNotModifiedWhenObjectIdInstanceM
odified)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. PMReturnsIdenticalInstancesForEqualObjId
s)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/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|