1 Reply Latest reply on Oct 24, 2007 3:32 PM by pmuir

    JBoss seam Test

    vwiencek

      Hi,

      I'm trying to set up my testing environment, and I've a problem.
      I have a test using the some data from my database, but the database doesn't seem to be created when I launch "ant test".

      Is there something special to do to setup an environment with data from my import-test.sql file ?

      Thanks

        • 1. Re: JBoss seam Test
          pmuir

          make sure hbm2ddl is set to create-drop in persistence.xml. Unless you actually mean create the database - hbm2ddl doesn't do that.