Return-Path: Delivered-To: apmail-tuscany-dev-archive@www.apache.org Received: (qmail 5277 invoked from network); 29 Apr 2010 13:49:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Apr 2010 13:49:19 -0000 Received: (qmail 80520 invoked by uid 500); 29 Apr 2010 13:49:19 -0000 Delivered-To: apmail-tuscany-dev-archive@tuscany.apache.org Received: (qmail 80473 invoked by uid 500); 29 Apr 2010 13:49:18 -0000 Mailing-List: contact dev-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tuscany.apache.org Delivered-To: mailing list dev@tuscany.apache.org Received: (qmail 80466 invoked by uid 99); 29 Apr 2010 13:49:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 13:49:18 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 13:49:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3TDmsMB017709 for ; Thu, 29 Apr 2010 13:48:54 GMT Message-ID: <21448987.5501272548934344.JavaMail.jira@thor> Date: Thu, 29 Apr 2010 09:48:54 -0400 (EDT) From: "Florian Pinel (JIRA)" To: dev@tuscany.apache.org Subject: [jira] Updated: (TUSCANY-3541) Error creating self-recursive data structures In-Reply-To: <20998436.86691271767190031.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TUSCANY-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Pinel updated TUSCANY-3541: ----------------------------------- Attachment: TUSCANY-3541.patch Patch containing the fix > Error creating self-recursive data structures > --------------------------------------------- > > Key: TUSCANY-3541 > URL: https://issues.apache.org/jira/browse/TUSCANY-3541 > Project: Tuscany > Issue Type: Bug > Components: Java DAS RDB > Affects Versions: Java-DAS-Next > Reporter: Florian Pinel > Attachments: PartsConfig.xml, RecursiveTests.java, TUSCANY-3541.patch > > > RecursiveTests.java does not contain any test case for the creation of recursive data structures. I am attaching a modified version with the additional test. > Running the test shows that DAS doesn't support the insert operation on these self-recursive data structures. I will provide a patch to fix it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.