Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 71032 invoked from network); 6 Feb 2009 17:21:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 17:21:43 -0000 Received: (qmail 14431 invoked by uid 500); 6 Feb 2009 17:21:43 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 14402 invoked by uid 500); 6 Feb 2009 17:21:43 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 14390 invoked by uid 99); 6 Feb 2009 17:21:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 09:21:43 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 64.233.170.187 as permitted sender) Received: from [64.233.170.187] (HELO rn-out-0910.google.com) (64.233.170.187) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 17:21:35 +0000 Received: by rn-out-0910.google.com with SMTP id j43so677537rne.3 for ; Fri, 06 Feb 2009 09:21:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=+nmheZ4sjTTKvlYzGBcqw6kRhYCqcHfsMkMaBB54Pz8=; b=Qyg4SDa3oRljV3EUoPUwarQBikeYwZGdvAow85yE8mOTan3SXYenASYy+HEoKuFiGs FPsksdrOxgo4Ntm2v+vTeMsUBCp7evU0O5A7zQNhEj4c5kQherzku5dOsxRlwVTilwci e28VnKoMoIgbvpNlAxpM+Xthh1jj8iMnFS/Yc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=wmMdsk77HMlUY1VAA6y+8Lsbq5Vc5p4v9NJ984KaubHIH82bKVeW42QDGdzFud0Hoe 32lAauhVJ+6sehJcTIOFmKN2x8sCZAUE1FfPJ3ojNwZsAKCHc9n7lOg9lObauoP5yiLV /tCKZAV85zPGuiErx0XH5bqEFpMqlClyWnFao= MIME-Version: 1.0 Received: by 10.151.147.10 with SMTP id z10mr1807757ybn.164.1233940874512; Fri, 06 Feb 2009 09:21:14 -0800 (PST) Date: Fri, 6 Feb 2009 10:21:14 -0700 Message-ID: Subject: Problems deleting things from Continuum From: Wendy Smoak To: dev@continuum.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm having more and more trouble with foreign key constraint violations when trying to delete things from Continuum. For example, when trying to delete a project group: javax.jdo.JDODataStoreException: Delete request failed: DELETE FROM SCMRESULT WHERE SCMRESULT_ID=? NestedThrowables: SQL Exception: DELETE on table 'SCMRESULT' caused a violation of foreign key constraint 'PROJECT_FK2' for key (5). The statement has been rolled back. I went into the group and tried to delete the build results from the project, then tried to delete the project from the group -- same error. A quick look in JIRA [1] turned up: CONTINUUM-1787 cannot delete a project, constraint violation CONTINUUM-1972 Error attempting to delete project group CONTINUUM-1905 I can't delete a project - Exception CONTINUUM-1813 deleting projects not working if build-results exist (old -- opened against 1.1) CONTINUUM-1626 Unable to delete build definition with already executed builds CONTINUUM-1921 foreign key constraint violation I'm getting failures on this Selenium IDE test when it tries to clean up after itself: http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/selenium-ide/add_and_build_project.html Does anyone have an idea what's going on? [1] http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&query=delet*&summary=true&description=true&pid=10540&resolution=-1 -- Wendy