Using Cayenne-alpha-3

From: Joseph Rajkumar (rajkuma..elocity.com)
Date: Sun Sep 15 2002 - 03:34:00 EDT

  • Next message: Holger Hoffstätte: "Re: Using Cayenne-alpha-3"

    Hi Folks

        The cayenne-web-app does not compile the action/*.java
    classes. This is because of the Level and LogLevel changes.
    See error messages:

    Just about no java file compiles under the action directory.

    Regards
    Joseph Rajkumar
    ============================================
    action/AddPaintingToGalleryAction.java:36: cannot resolve symbol
    symbol : variable SEVERE
    location: class org.apache.log4j.Level
            query.setLogLevel(Level.SEVERE);
                                   ^
    action/AddPaintingToGalleryAction.java:44: cannot resolve symbol
    symbol : variable SEVERE
    location: class org.apache.log4j.Level
            query.setLogLevel(Level.SEVERE);
                                   ^
    action/ArtistPageAction.java:33: cannot resolve symbol
    symbol : variable SEVERE
    location: class org.apache.log4j.Level
                    query.setLogLevel(Level.SEVERE);
                                           ^
    action/GalleryPageAction.java:28: cannot resolve symbol
    symbol : variable SEVERE
    location: class org.apache.log4j.Level
                    query.setLogLevel(Level.SEVERE);
                                           ^
    action/RemovePaintingFromGalleryAction.java:40: cannot resolve symbol
    symbol : variable SEVERE
    location: class org.apache.log4j.Level
            query.setLogLevel(Level.SEVERE);
                                   ^



    This archive was generated by hypermail 2.0.0 : Sun Sep 15 2002 - 03:39:42 EDT