0 Replies Latest reply on Mar 27, 2010 10:28 PM by rcesarteixeira

    Wicket page and @Logger NB question

    rcesarteixeira
      I am trying out the SEAM WICKET integration following Pete Muir's tutorial. The page is correctly rendered, and all seems working, but the injected logger in the wicket page does not log anything. It is not null, but does not appear to be correctly configured. If I change the code to "private static final Log log = Logging.getLog(HomePage.class)" instead of "@Logger private Log log " it works.
      Anyone have any tips as to what I am doing wrong?
      I am using seam 2.2.0 GA and jboss 5.1.0 GA.