Noel, > -----Original Message----- > From: Noel J. Bergman [mailto:[EMAIL PROTECTED]
> I am all for using Commons code, and contributing to it where we have > something better, but there is an issue that needs to be resolved. The > issue, which I've encountered with DBCP, is that much Commons code is > logging clueless. So we not only need to add an IoC adapter between the > Avalon container and Commons component, but we need some way of > integrating > the component into a logging framework. Yep I realized this too. However the best approach is to use the Monitor concept for these components. I think James Strachan already did so with his ThreadPool implementation. The idea has been working well for me and I got it from Paul Hammant and Leo Sutic (to give them credit). Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
