Kie Flyway isn't able to initialize DB's in windows machines. DefaultKieModuleFlywayConfigLoader uses the File.separator to define the kie-flyway.properties descriptors location in the ClassLoader. In windows, the location is invalid and it's not able to find any resource.
Kie Flyway isn't able to initialize DB's in windows machines.
DefaultKieModuleFlywayConfigLoader
uses theFile.separator
to define thekie-flyway.properties
descriptors location in the ClassLoader. In windows, the location is invalid and it's not able to find any resource.