Hi

I've set up a system following the last recommended pattern of use in SingletonBeanFactoryLocator's javadoc - lots of beanRefFactory.xml files all at the root of each element of the classpath.

When I run my code, it actually works fine. However, I've written an adapter from Commons Logging to our own logging API and while tracing debug messages I've noticed lots of exceptions being thrown while trying to create ClassPathXmlApplicationContext instances.

Obviously, Spring seems to be falling back to some sensible behaviour, since it's all working fine - I just wondering if these exceptions that are being thrown are 'normal' ones that occur as Spring tries to work out what's the best way to connect all the bean together.

Tim