modelName = "foodmart_1307532444533";
File file = new File(QBE_FILE);
configuration = new FileDataSourceConfiguration(modelName, file);
configuration.loadDataSourceProperties().put("connection", connection);
dataSource = DriverManager.getDataSource(JPADriver.DRIVER_ID, configuration, false);
}
public void testQbeWithKeys() {
doTests() ;