From dev-return-6231-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Tue Sep 18 20:01:06 2007 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 96132 invoked from network); 18 Sep 2007 20:01:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2007 20:01:06 -0000 Received: (qmail 34213 invoked by uid 500); 18 Sep 2007 20:00:58 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 34091 invoked by uid 500); 18 Sep 2007 20:00:57 -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 34082 invoked by uid 99); 18 Sep 2007 20:00:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2007 13:00:57 -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; Tue, 18 Sep 2007 20:01:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CBB77714208 for ; Tue, 18 Sep 2007 13:00:43 -0700 (PDT) Message-ID: <22898483.1190145643825.JavaMail.jira@brutus> Date: Tue, 18 Sep 2007 13:00:43 -0700 (PDT) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Commented: (OPENJPA-358) Recursion Depth for Field f should be calculated w.r.t active fetch groups and not all fetch groups In-Reply-To: <32111500.1189206150852.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-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528533 ] Michael Dick commented on OPENJPA-358: -------------------------------------- Is this fix complete in trunk? If so we should probably get the changes merged into 1.0.x. > Recursion Depth for Field f should be calculated w.r.t active fetch groups and not all fetch groups > --------------------------------------------------------------------------------------------------- > > Key: OPENJPA-358 > URL: https://issues.apache.org/jira/browse/OPENJPA-358 > Project: OpenJPA > Issue Type: Bug > Affects Versions: 0.9.7, 1.0.0 > Reporter: Pinaki Poddar > Assignee: Pinaki Poddar > Fix For: 1.0.1, 1.1.0 > > > A field f can have multiple recursion depth specified under different fetch groups. > Give: > f is a member of three fetch groups A,B and C with d1, d2, d3 being its recursion depth in these groups respectively. > Assertion: > if A and B are active and C is inactive then effective recursion depth of f should be max(d1,d2) and not max(d1,d2,d3). > Currently recursion depth of f does not account for the active groups and is computed over all the groups f is a member of. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.