liquibase-mongodb icon indicating copy to clipboard operation
liquibase-mongodb copied to clipboard

generateChangeLog command not working for Mongodb.

Open GoodnezEverywer opened this issue 3 years ago • 0 comments

getting below error:

Caused by: liquibase.exception.CommandExecutionException: java.lang.ClassCastException: class liquibase.ext.mongodb.database.MongoConnection cannot be cast to class liquibase.database.jvm.JdbcConnection (liquibase.ext.mongodb.database.MongoConnection and liquibase.database.jvm.JdbcConnection are in unnamed module of loader 'app')

GoodnezEverywer avatar Dec 10 '21 11:12 GoodnezEverywer