Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 89984 invoked from network); 11 Feb 2005 13:19:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Feb 2005 13:19:00 -0000 Received: (qmail 76534 invoked by uid 500); 11 Feb 2005 13:19:00 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 76521 invoked by uid 99); 11 Feb 2005 13:19:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 11 Feb 2005 05:18:59 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j1BD4DWH004668 for ; Fri, 11 Feb 2005 14:04:13 +0100 Message-ID: <1378399213.1108127053226.JavaMail.jira@ajax.apache.org> Date: Fri, 11 Feb 2005 14:04:13 +0100 (CET) From: "Stefan Guggisberg (JIRA)" To: jackrabbit-dev@incubator.apache.org Subject: [jira] Closed: (JCR-44) Overwriting a reference property with different type corrupts rep In-Reply-To: <813862593.1108069634409.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JCR-44?page=history ] Stefan Guggisberg closed JCR-44: -------------------------------- > Overwriting a reference property with different type corrupts rep > ----------------------------------------------------------------- > > Key: JCR-44 > URL: http://issues.apache.org/jira/browse/JCR-44 > Project: Jackrabbit > Type: Bug > Environment: jackrabbit r153279 > Reporter: Tobias Strasser > Assignee: Stefan Guggisberg > > - create node n1 > - create node n2 > - n2.setProperty("prop", n1) > - save() > - n2.setProperty("prop", "hello, world.") > - save() > - n1.remove() > - save() --> exception > see also ReferencesTest case > btw: removing the property or overwriting with a different reference works. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira