I have a problem with my (java) Spring 3 project:
I've included a maven dependency to "spring-data-rest-webmvc" (version 1 through 1.0.0-RC3) where the standard log4j.xml is not used anymore. Instead it appears some other properties logging file is used (which I cannot find), not in my package nor in the spring-data-rest-webmvc source.
Together with the logging link problem, the package names are all abbreviated, which I think is odd (unexpected at least).
I do want to use this Spring package to, easily, create restful web-services.
I want control over my log4j properties file, while using the spring package. Btw, it appears that three logging systems are used (log4j, slf4j, and commons-logging), shouldn't be a problem, right?