Return-Path: X-Original-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC12B746E for ; Sat, 10 Sep 2011 20:15:30 +0000 (UTC) Received: (qmail 45905 invoked by uid 500); 10 Sep 2011 20:15:30 -0000 Delivered-To: apmail-incubator-isis-dev-archive@incubator.apache.org Received: (qmail 45872 invoked by uid 500); 10 Sep 2011 20:15:30 -0000 Mailing-List: contact isis-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-dev@incubator.apache.org Received: (qmail 45863 invoked by uid 99); 10 Sep 2011 20:15:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2011 20:15:30 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2011 20:15:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D87CF8D2B2 for ; Sat, 10 Sep 2011 20:15:08 +0000 (UTC) Date: Sat, 10 Sep 2011 20:15:08 +0000 (UTC) From: "Kevin Meyer (JIRA)" To: isis-dev@incubator.apache.org Message-ID: <666641557.13569.1315685708883.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <164704061.9395.1314937689922.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (ISIS-117) Infinite recursion in JDBC objectstore 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/ISIS-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Meyer resolved ISIS-117. ------------------------------ Resolution: Fixed Fix Version/s: 0.2.0-incubating The recursion is now prevented, as far as I can tell. > Infinite recursion in JDBC objectstore > -------------------------------------- > > Key: ISIS-117 > URL: https://issues.apache.org/jira/browse/ISIS-117 > Project: Isis > Issue Type: Bug > Components: Runtimes: Dflt: Objectstores: SQL > Affects Versions: 0.1.2-incubating > Environment: Windows Server 2003 > Issue occurs for both oracle and SQL server implementations > Reporter: Barry Woods > Assignee: Kevin Meyer > Labels: JDBC, objectstore, persistence > Fix For: 0.2.0-incubating > > Attachments: BW_Logfile.txt > > > Infinite recursion is happening during the mapping of a class that contains a one to many association (collection) of the same class (i.e. when defining a hierarchy). This occurs in method AbstractAutoMapper.setupFullMapping when object MultiColumnCombinedCollectionMapper is created. > MultiColumnCombinedCollectionMapper -extends> CollectionMapper -extends> AbstractAutoMapper. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira