You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EmployeeJpaDAOIT.java is the class that contains the test. All I want to do is have the tables created before the test actually starts. I can see the plugin creates the tables at runtime but the Integration Tests throws the following Exception:
Hi
I am using Liquibase. I want the database tables to be created before the Integration Tests.
The code is located on GitHib: https://github.com/rajivj2/example2/
The EmployeeJpaDAOIT.java is the class that contains the test. All I want to do is have the tables created before the test actually starts. I can see the plugin creates the tables at runtime but the Integration Tests throws the following Exception:
Caused by: org.hibernate.HibernateException: Missing table: employee
I have tried various things but the table cannot be found. Could you please look into what the issue is?
The text was updated successfully, but these errors were encountered: