Search:

Type: Posts; User: pepper; Keyword(s):

Search: Search took 0.01 seconds.

  1. Doh--fixed one problem

    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.
  2. Still not solved....

    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...
  3. Same problem

    I'm having the same problem. Did you ever resolve your problem?
  4. Replies
    1
    Views
    4,665

    Abstract classes and bean definitions

    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...
Results 1 to 4 of 4