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

Reply via email to