Hello,
I have been playing with dropwizard lately and I run into following issue
trying to run the db drop-all command with H2 database. Even trying to
clone the dropwizard-example project and it does not work there either.
`liquibase.exception.UnexpectedLiquibaseException: Could not find command
class for dropAll
at
liquibase.command.CommandFactory.getCommand(CommandFactory.java:60)
at liquibase.Liquibase.dropAll(Liquibase.java:1146)
at liquibase.Liquibase.dropAll(Liquibase.java:1133)
at
io.dropwizard.migrations.DbDropAllCommand.run(DbDropAllCommand.java:26)
at io.dropwizard.migrations.DbCommand.run(DbCommand.java:55)
at
io.dropwizard.migrations.AbstractLiquibaseCommand.run(AbstractLiquibaseCommand.java:68)
at
io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:87)`
Any ideas why it isn't working?
Thank you!
--
You received this message because you are subscribed to the Google Groups
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.