1 Reply Latest reply on Jan 29, 2007 6:21 AM by mariuszs

    Executing test with TestNG plugin for eclipse

    mariuszs

      When I try to executed tests from seam-gen generated project in eclipse (by TestNG plugin) I have strange errors:

      21:26:25,492 ERROR [SchemaExport] schema export unsuccessful
      org.hibernate.JDBCException: Error during import script execution
      
      Caused by: java.sql.SQLException: Table not found in statement [insert into Customer]


      This same test work with ant test.

      Is any other simple solution to executed selected test (not all tests) with ant?