| hibernate.hbm2ddl.halt_on_error is ignored if read from a property file. The current implementation uses: boolean haltOnError = configService.getSetting( AvailableSettings.HBM2DDL_HALT_ON_ERROR, Boolean.class, false); This operation does not interpret the string 'true' as the Boolean true. |