From dev-return-15562-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Tue Mar 09 20:35:16 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 91359 invoked from network); 9 Mar 2010 20:35:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 20:35:16 -0000 Received: (qmail 15554 invoked by uid 500); 9 Mar 2010 20:34:48 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 15460 invoked by uid 500); 9 Mar 2010 20:34:48 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 15452 invoked by uid 99); 9 Mar 2010 20:34:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 20:34:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 20:34:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B7DD234C4B4 for ; Tue, 9 Mar 2010 20:34:27 +0000 (UTC) Message-ID: <1346903745.161911268166867242.JavaMail.jira@brutus.apache.org> Date: Tue, 9 Mar 2010 20:34:27 +0000 (UTC) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-1558) Many side of a MxO relationship contains null reference if One side is loaded first. In-Reply-To: <312335278.161901268166867197.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-1558: ---------------------------------- Attachment: OPENJPA-1558.1.2.x.diff.txt > Many side of a MxO relationship contains null reference if One side is loaded first. > ------------------------------------------------------------------------------------ > > Key: OPENJPA-1558 > URL: https://issues.apache.org/jira/browse/OPENJPA-1558 > Project: OpenJPA > Issue Type: Bug > Affects Versions: 1.2.3, 1.3.0, 2.0.0 > Reporter: Michael Dick > Assignee: Michael Dick > Attachments: OPENJPA-1558.1.2.x.diff.txt > > > If you have a MxO relationship with both sides using FetchType.LAZY and load the One side first, loading the Many side will not be able to load the reference back to the one side. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.