Hello Avalon Users List,
    I have a small server application that uses
ExcaliburComponentManager.  When the server has finished doing its thing
I call the dispose() method of the ECM and get some WARNings in my log.
One is "disposing of handler for unreleased component (role:blah.blah).
The other is "Attempted to release a blah.blah.ClassName but its handler
could not be located.".
    All components extend AbstractLogEnabled and implement Component,
Configurable, Composable, Initializable and Disposable.  Most implement
ThreadSafe.  The "Attempted to release" warning is worrisome
because there is such a line for each instance of that component which
will be in the thousands.  (This is a non-ThreadSafe component).
    Any help appreciated, thanks Charles




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

Reply via email to