My project is set up with SpringMVC+Mybatis+EXTJS4. This is my configuration:
# Rules reminder: # DEBUG < INFO < WARN < ERROR < FATAL # Global loggi
I encountered a similar problem. The following code helped me (i've used it in the mybatis class configuration):
org.apache.ibatis.logging.LogFactory.useLog4JLogging();
May cause problems become other logging system in your classpath.