From adffaces-issues-return-2447-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Wed Apr 25 10:40:59 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 10121 invoked from network); 25 Apr 2007 10:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2007 10:40:36 -0000 Received: (qmail 74906 invoked by uid 500); 25 Apr 2007 10:40:43 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 74895 invoked by uid 500); 25 Apr 2007 10:40:43 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 74880 invoked by uid 99); 25 Apr 2007 10:40:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 03:40:43 -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; Wed, 25 Apr 2007 03:40:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 89B16714062 for ; Wed, 25 Apr 2007 03:40:15 -0700 (PDT) Message-ID: <17002206.1177497615560.JavaMail.jira@brutus> Date: Wed, 25 Apr 2007 03:40:15 -0700 (PDT) From: "K SRINATH REDDY (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Created: (ADFFACES-466) Issues in change persistence framework code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Issues in change persistence framework code ------------------------------------------- Key: ADFFACES-466 URL: https://issues.apache.org/jira/browse/ADFFACES-466 Project: MyFaces ADF-Faces Issue Type: Bug Affects Versions: 2.0.0-incubating-plugins-SNAPSHOT, 2.0.0-incubating-core-SNAPSHOT, 1.0.1-incubating-plugins-SNAPSHOT, 1.0.1-incubating-core-SNAPSHOT Reporter: K SRINATH REDDY Priority: Critical Fix For: 2.0.0-incubating-plugins-SNAPSHOT, 2.0.0-incubating-core-SNAPSHOT, 1.0.1-incubating-plugins-SNAPSHOT, 1.0.1-incubating-core-SNAPSHOT 1. The datastructures used in the SessionChangeManager are not synchronized 2. The _getUniqueIdForComponent() method in BaseChangeManager doesn't return the unique ID in the component tree instead it returns the unique id in the containing NamingContainer 3. In the AddChildComponentChange, if the child with the already existing ID is added, the child is being removed and the new child is added which is faulty. 4. The changes are applied in each of the restoreView phase of the lifecycle which is not needed and also impacts the performance. the changes must be applied only on the creation -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.