Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 83805 invoked from network); 13 Sep 2005 00:15:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 00:15:38 -0000 Received: (qmail 97261 invoked by uid 500); 13 Sep 2005 00:15:37 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 97213 invoked by uid 500); 13 Sep 2005 00:15:36 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 97200 invoked by uid 99); 13 Sep 2005 00:15:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2005 17:15:36 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 153E327B for ; Tue, 13 Sep 2005 02:15:34 +0200 (CEST) Message-ID: <69175783.1126570534052.JavaMail.jira@ajax.apache.org> Date: Tue, 13 Sep 2005 02:15:33 +0200 (CEST) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIREVE-247) EventDirContext does not deregister listeners In-Reply-To: <313689548.1126275270469.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIREVE-247?page=all ] Alex Karasulu resolved DIREVE-247: ---------------------------------- Fix Version: 0.9.3 Resolution: Fixed Committed fixing changes in revision 280453 here: http://svn.apache.org/viewcvs.cgi?view=rev&rev=280453 > EventDirContext does not deregister listeners > --------------------------------------------- > > Key: DIREVE-247 > URL: http://issues.apache.org/jira/browse/DIREVE-247 > Project: Directory Server > Type: Bug > Reporter: Enrique Rodriguez > Assignee: Alex Karasulu > Fix For: 0.9.3 > > EventDirContext never deregisters listeners, either by explicit call to: > ctx.removeNamingListener( listener ); > or by closing the context: > ctx.close(); > Javadocs state: > "A registered listener becomes deregistered when: > It is removed using removeNamingListener(). > An exception is thrown while collecting information about the events. That is, when the listener receives a NamingExceptionEvent. > Context.close() is invoked on the EventContext instance with which it has registered." -- 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