Case sensitivity in specifying datasource type
The following does not work because SQLite is written with capital letters
"datasources" : [ { "id" : "SW_BANK", "protocol" : "SQLITE", "parameters" : { "url" : "./test/resources/data/sw_bank.db" } } ],
The problem has to be fixed in DatasourceType.