Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 13876 invoked from network); 25 Jul 2007 18:22:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 18:22:00 -0000 Received: (qmail 66652 invoked by uid 500); 25 Jul 2007 18:21:54 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 66603 invoked by uid 500); 25 Jul 2007 18:21:54 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 66585 invoked by uid 99); 25 Jul 2007 18:21:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 11:21:54 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 11:21:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52A3671418E for ; Wed, 25 Jul 2007 11:21:31 -0700 (PDT) Message-ID: <12580737.1185387691336.JavaMail.jira@brutus> Date: Wed, 25 Jul 2007 11:21:31 -0700 (PDT) From: "Prasad Kashyap (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-3270) Avoid CMP foreign key violations In-Reply-To: <17467630.1183047085903.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Kashyap updated GERONIMO-3270: ------------------------------------- Fix Version/s: (was: 2.0-M7) 2.0 > Avoid CMP foreign key violations > --------------------------------- > > Key: GERONIMO-3270 > URL: https://issues.apache.org/jira/browse/GERONIMO-3270 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Reporter: Kevan Miller > Fix For: 2.0 > > > A recent OpenJPA change (see https://issues.apache.org/jira/browse/OPENJPA-235) can cause foreign key violations in CMP. May be that we (CMP) need to provide OpenJPA information about foreign keys. We can, however, avoid the problem by specifying OpenJPA to maintain operation-order. This is what I intend to do, in the short-term... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.