Days of …

Just another rants and opinions weblog

Tag Archives: solution

JBOSS Seam 2.1.1GA on JBOSS AS 5.0.1GA: Table is not mapped

I created sample JBOSS Seam project in Eclipse and decided to generate entity code from  existing database. It worked fine, but when I try to run it, it shows me that Hibernade is not able to map entity beans to the corresponding tables. The error message is like this: org.hibernate.hql.ast.QuerySyntaxException: <your table> is not mapped [...]