1. Spring: "SimpleLogger does not seem to be location aware" exception stackoverflow.comI'm getting an exception in a Spring app on my first line of code:
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.orgSimpleLogger 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 ... |