3 Replies Latest reply on Feb 10, 2009 2:41 PM by jharting

    Entity is not mapped error with seam-gen generated project

    tcmartin24

      I created a seam project with seam-gen and had it generate entities and pages (the works) from database tables (mysql).  The resulting crud app worked just fine - in fact, that original app still works fine.  I've since created the same project again (just added a '2' behind original name) and re-generated artifacts from existing database and now the newly gen'd project doesn't work when I want to see any of the XXXList pages (to show lists of records in database).  I get an error saying {entity} is not mapped.  However, the original war file I created from the first app, pointing at the same database, works just fine.  Unfortunately, I no longer have the original project used to create that war file.  I've all but ruled out the database since that original war does work.