[jboss-user] [JBoss Seam] - Re: I cannot get this test through, please help

matt.drees do-not-reply at jboss.com
Fri Sep 21 15:21:50 EDT 2007


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#4087400

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087400



More information about the jboss-user mailing list