1 Reply Latest reply on Apr 8, 2008 12:27 PM by pmuir

    DBUnit executed before schema export

    agori

      When I run my test integrated with DBUnit throught DBUnitSeamTest, hbm2ddl is executed after dbunit population.
      This causes a NoSuchTableException.


      How could I extend the DBUnitSeamTest class to solve this issue?