Betlista

Results 7 comments of Betlista

Well, the dependency is not needed in `pom.xml`, but one can and should use `@Named` still. It is similar to `@Inject` and `@Autowired` - http://jtdz-solenoids.com/stackoverflow_/q/7142622

In case it is accepted, tutorial should change as well - https://codenotfound.com/jsf-primefaces-example.html#2-general-project-overview

I can build version 4.1.1, but it is not runnable. On http://localhost:8080/starter.jsf I'm getting: ``` Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing...

@hotwind2015 you do not need to add same reply to every comment ;-) Feel free to create pull request (PR) with your changes.

Same problem for me with SSMS 17.4 . I tried to start with admin rights and I have same problem.

Oh, thank you for the link, no idea why I missed that one, but I saw this one - https://docs.liquibase.com/tools-integrations/springboot/using-springboot-with-maven.html only. By "...from command line I just need to provide...

The problem seems to be in `getDatabaseChangeLog()`, which is called from `update(Contexts contexts, LabelExpression labelExpression, boolean checkLiquibaseTables)`: ```java public DatabaseChangeLog getDatabaseChangeLog() throws LiquibaseException { if (this.databaseChangeLog == null && this.changeLogFile...