Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 69162 invoked from network); 9 Sep 2005 14:14:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Sep 2005 14:14:34 -0000 Received: (qmail 81188 invoked by uid 500); 9 Sep 2005 14:14:34 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 81128 invoked by uid 500); 9 Sep 2005 14:14:33 -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 81110 invoked by uid 99); 9 Sep 2005 14:14:32 -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; Fri, 09 Sep 2005 07:14:31 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 72F1932E for ; Fri, 9 Sep 2005 16:14:30 +0200 (CEST) Message-ID: <313689548.1126275270469.JavaMail.jira@ajax.apache.org> Date: Fri, 9 Sep 2005 16:14:30 +0200 (CEST) From: "Enrique Rodriguez (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIREVE-247) EventDirContext does not deregister listeners 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 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 Assigned to: Alex Karasulu 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