|
From: Rod J. <rod...@in...> - 2003-07-28 21:22:27
|
I've just fixed a usability bug that I'd seen from time to time (can't remember if anyone reported it). The problem was that if there was an invalid beans XML file, the BeansErrorHandler inner class of XmlBeanFactory attempted to log the error using the protected logger inherited by the enclosing class. This compiled, but failed at runtime. The result could be hard to diagnose, even for experienced Spring users. The inner class now has its own static logger. Regards, Rod |