Seam gen tests run off an in-memory hsql database, not your mysql database. So, if in
your persistence-test.xml you don't have something like
| <property name="hibernate.hbm2ddl.auto"
value="create-drop"/>
|
, no tables will created for your test. I'm guessing you're missing that. If
you're not, post what you have instead.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087400#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...