Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 31665 invoked from network); 27 Jul 2007 16:27:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2007 16:27:39 -0000 Received: (qmail 15244 invoked by uid 500); 27 Jul 2007 16:27:39 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 15213 invoked by uid 500); 27 Jul 2007 16:27:39 -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 15203 invoked by uid 99); 27 Jul 2007 16:27:39 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 09:27:39 -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; Fri, 27 Jul 2007 16:27:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5CE67714191 for ; Fri, 27 Jul 2007 09:27:18 -0700 (PDT) Message-ID: <7633565.1185553638328.JavaMail.jira@brutus> Date: Fri, 27 Jul 2007 09:27:18 -0700 (PDT) From: "Patrick Linskey (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-297) Lazy loading must be ignored in certain unenhanced cases In-Reply-To: <3209260.1185481203589.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/OPENJPA-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Linskey resolved OPENJPA-297. ------------------------------------- Resolution: Fixed > Lazy loading must be ignored in certain unenhanced cases > -------------------------------------------------------- > > Key: OPENJPA-297 > URL: https://issues.apache.org/jira/browse/OPENJPA-297 > Project: OpenJPA > Issue Type: Sub-task > Reporter: Patrick Linskey > Fix For: 1.0.0 > > > When using unenhanced classes, sometimes OpenJPA is unable to intercept field accesses, and therefore unable to do lazy loading of those fields prior to access. In these cases, we should eagerly load data that was marked as lazy. > This will happen in the following scenarios: > - all instances (user-created and OpenJPA-created) when using field access and redefinition is not available > - user-created instances (new instances) when using property access and redefinition is not available -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.