Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 39452 invoked from network); 7 Nov 2006 16:33:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2006 16:33:17 -0000 Received: (qmail 1912 invoked by uid 500); 7 Nov 2006 16:33:26 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 1887 invoked by uid 500); 7 Nov 2006 16:33:26 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 1878 invoked by uid 99); 7 Nov 2006 16:33:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2006 08:33:26 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 07 Nov 2006 08:33:14 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 81BA17142FA for ; Tue, 7 Nov 2006 08:32:54 -0800 (PST) Message-ID: <8663964.1162917174528.JavaMail.jira@brutus> Date: Tue, 7 Nov 2006 08:32:54 -0800 (PST) From: "Stefan Guggisberg (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Assigned: (JCR-627) Deprecated Serializer does not properly delegate method calls. In-Reply-To: <4480062.1162915130397.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 [ http://issues.apache.org/jira/browse/JCR-627?page=all ] Stefan Guggisberg reassigned JCR-627: ------------------------------------- Assignee: Stefan Guggisberg > Deprecated Serializer does not properly delegate method calls. > -------------------------------------------------------------- > > Key: JCR-627 > URL: http://issues.apache.org/jira/browse/JCR-627 > Project: Jackrabbit > Issue Type: Bug > Affects Versions: 1.1.1 > Environment: Jackrabbit from trunk on Windows XP SP2 > Reporter: Michael Daglian > Assigned To: Stefan Guggisberg > Priority: Minor > Attachments: SerializerTest.java > > > The deprecated org.apache.jackrabbit.core.state.util.Serializer class does not actually forward method calls to its replacement. Instead it calls itself repeatedly, leading to infinite recursion. The attached test demonstrates this and yields the following trace: > << > java.lang.StackOverflowError > at org.apache.jackrabbit.core.state.util.Serializer.serialize(Serializer.java:39) > >> -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira