Return-Path: Delivered-To: apmail-xml-xerces-c-dev-archive@www.apache.org Received: (qmail 44908 invoked from network); 2 Nov 2004 14:04:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Nov 2004 14:04:45 -0000 Received: (qmail 20020 invoked by uid 500); 2 Nov 2004 14:02:09 -0000 Delivered-To: apmail-xml-xerces-c-dev-archive@xml.apache.org Received: (qmail 19817 invoked by uid 500); 2 Nov 2004 14:02:07 -0000 Mailing-List: contact xerces-c-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: xerces-c-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list xerces-c-dev@xml.apache.org Received: (qmail 19362 invoked by uid 99); 2 Nov 2004 14:02:00 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 02 Nov 2004 06:01:59 -0800 Received: (qmail 14699 invoked from network); 2 Nov 2004 14:01:55 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 2 Nov 2004 14:01:55 -0000 Message-ID: <847275839.1099404115660.JavaMail.apache@nagoya> Date: Tue, 2 Nov 2004 06:01:55 -0800 (PST) From: "Alberto Massari (JIRA)" To: xerces-c-dev@xml.apache.org Subject: [jira] Updated: (XERCESC-620) On NODE_DELETED the UserData should be released only after all Handlers have been notified 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://nagoya.apache.org/jira/browse/XERCESC-620?page=history ] Alberto Massari updated XERCESC-620: ------------------------------------ Priority: Major > On NODE_DELETED the UserData should be released only after all Handlers have been notified > ------------------------------------------------------------------------------------------ > > Key: XERCESC-620 > URL: http://nagoya.apache.org/jira/browse/XERCESC-620 > Project: Xerces-C++ > Type: Bug > Components: DOM > Versions: 2.0.0 > Environment: Operating System: All > Platform: All > Reporter: Thomas Blatter > Assignee: Xerces-C Developers Mailing List > > Actually DOMDocumentImpl::callUserDataHandlers removes the UserData immediately > after the UserDataHandler was notified. > In my opinion it would be better to release the UserData only after all Handlers > have been notified: in my case it can happen that one 'key' of UserData knows > about another key. In the actual situation on NODE_DELETED notification i can't > safely access other keys anymore. > I know this can be a hairy issue, and unfortunately up until now the DOM Level 3 > Core doesn't specify anything about it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.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 --------------------------------------------------------------------- To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org For additional commands, e-mail: xerces-c-dev-help@xml.apache.org