DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32569>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32569





------- Additional Comments From [EMAIL PROTECTED]  2005-02-25 10:37 -------

Sorry for late answer

applicationListeners[] contains all Listeners className as string, right?

At moment we null out all instance arrays, but where do we clear this
array? 

  Instance Arrays:
     applicationLifecycleListenersObjects
     applicationEventListenersObjects

Look at source, we do:
  addApplicationListener() 
    - Add element to applicationListeners 
  removeApplicationListener() 
    - Remove element from appliCationListeners
  findApplicationListener()
    - Return whole array
  destroy()
    - reassign empty array


HostConfig start/stops same context instance:
   context.stop: stop all listeners know in ListenersObjects arrays
                 null arrays ListenersObjects.
   context.start: instantiate all listeners from applicationListeners array
                  store in specific array

Where is applicationListeners array cleared at moment? 
Haven't found anything that does this.


   

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to