-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 0.4
-
Fix Version/s: 0.4
-
Labels:None
Right now while starting the application with clean DB, we have:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exceptionTranslationInterceptor' defined in class path resource [org/jtalks/jcommune/model/entity/applicationContext-dao.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flyway' defined in class path resource [org/jtalks/jcommune/model/entity/applicationContext-dao.xml]: Invocation of init method failed; nested exception is com.googlecode.flyway.core.validation.ValidationException: Found non-empty schema 'jtalks' without metadata table! Use init() first to initialize the metadata table.
We need to come up with solution that automatically creates the Metadata table for Flyway.