Oops...when I had created a superclass of the class that I was testing with, I used the commons logger. I can now see debug statements, but still have the watcher problem.
Type: Posts; User: pepper; Keyword(s):
Oops...when I had created a superclass of the class that I was testing with, I used the commons logger. I can now see debug statements, but still have the watcher problem.
Hmmm....I downloaded Spring 1.2-rc1 (was previously using 1.1.5 with same problems), log4j 1.2.9, and commons logging 1.0.4, but am still having the same problem (DEBUG not recognized). I am also...
I'm having the same problem. Did you ever resolve your problem?
I’m new to Spring and have run into a problem with some of my bean definitions. I have the following classes:
public class User {
private UserType userType = null;
public User...