0 Replies Latest reply on Nov 4, 2010 6:22 AM by darko1002001

    Seam problem no persistent classes found for query class: select u from

    darko1002001

      hi. i am trying to run an app on jboss 5.1.0 GA using a postgreSQL database and it all works great except there is a error when i press the login button:

       

      WARN  [org.hibernate.hql.QuerySplitter] (http-127.0.0.1-8080-1) no persistent classes found for query class: select u from org.ideaproject.model.User u where email = :username
      2010-10-31 21:18:16,875 WARN  [org.jboss.seam.security.jaas.SeamLoginModule] (http-127.0.0.1-8080-1) Error invoking login method

       

      anyone knows how do i solve this?

      any suggestions on where the problem might be?

      thank you for any help you can give me.