Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 97981 invoked from network); 19 Dec 2007 22:35:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2007 22:35:06 -0000 Received: (qmail 45512 invoked by uid 500); 19 Dec 2007 22:34:55 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 45501 invoked by uid 99); 19 Dec 2007 22:34:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 14:34:55 -0800 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, 19 Dec 2007 22:34:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4F87D714289 for ; Wed, 19 Dec 2007 14:34:43 -0800 (PST) Message-ID: <18660365.1198103683323.JavaMail.jira@brutus> Date: Wed, 19 Dec 2007 14:34:43 -0800 (PST) From: "Michelle Caisse (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-497) Add behavior for relationship updates to specification and tck tests In-Reply-To: <21777038.1181587766972.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/JDO-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553521 ] Michelle Caisse commented on JDO-497: ------------------------------------- Corrected assertion number: : revision: 605722 > Add behavior for relationship updates to specification and tck tests > -------------------------------------------------------------------- > > Key: JDO-497 > URL: https://issues.apache.org/jira/browse/JDO-497 > Project: JDO > Issue Type: New Feature > Components: tck2, tck2-legacy > Affects Versions: JDO 2 final > Reporter: Craig Russell > Assignee: Michelle Caisse > Fix For: JDO 2 maintenance release 1 > > > Add relationship tests > One-many (Department-Employee) > Create Employee; add to Department.employees > Remove Employee from Department.employees > Add existing Employee to Department.employees where Employee.department == null > Add existing Employee to Department.employees where Employee.department != null > Delete Department > Many-one (Employee-Department) > Create Employee; set Employee.department > Change Employee.department from null to existing Department > Change Employee.department from one Department to another > Set Employee.department to null > Delete Employee with Employee.department != null > One-Zero (Employee-Insurance) > Set Employee.insurance to null > Set Employee.insurance to created Insurance > Set Employee.insurance to existing Insurance > Delete Employee > Zero-One (Insurance-Employee) > Set Insurance.employee to null > Set Insurance.employee to different Employee > Delete Insurance > Many-Many (Employee-Project) > Add created Project to Employee.projects > Remove Project from Employee.projects > Delete Employee -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.