SimpleLogger « Exception « Spring Q&A





1. Spring: "SimpleLogger does not seem to be location aware" exception    stackoverflow.com

I'm getting an exception in a Spring app on my first line of code:

ApplicationContext context = new ClassPathXmlApplicationContext("beans.xml");
I have commons-logging-1.1.1.jar configured as a project library. Here is the stack trace: java.lang.UnsupportedOperationException: The logger ...

2. SimpleLogger does not seem to be location aware exception    forum.springsource.org

SimpleLogger does not seem to be location aware exception I'm getting an exception in a Spring 2.5 app on my first line of code: Code: ApplicationContext context = new ClassPathXmlApplicationContext("beans.xml"); I ...