Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-alpha-2
-
Fix Version/s: 1.1-beta-2
-
Component/s: Database
-
Labels:None
-
Environment:Linux x64, java5
-
Complexity:Intermediate
-
Number of attachments :
Description
Attempting to delete a project that has been deleted from CVS:
javax.jdo.JDOUserException: One or more instances could not be deleted NestedThrowables: javax.jdo.JDOUserException: One or more instances could not be deleted NestedThrowables: javax.jdo.JDODataStoreException: Delete request failed: DELETE FROM PROJECTDEPENDENCY WHERE PROJECTDEPENDENCY_ID=? NestedThrowables: SQL Exception: DELETE on table 'PROJECTDEPENDENCY' caused a violation of foreign key constraint 'PROJECT_FK2' for key (20189). The statement has been rolled back. javax.jdo.JDODataStoreException: Delete request failed: DELETE FROM PROJECTDEPENDENCY WHERE PROJECTDEPENDENCY_ID=? NestedThrowables: SQL Exception: DELETE on table 'PROJECTDEPENDENCY' caused a violation of foreign key constraint 'BUILDRESULT_H5_FK2' for key (20190). The statement has been rolled back.