450451452453454455456457458459460
driver, url); try { SqlScript coreSchemaScript = new SqlScript( new File(getSchemaPath()).getAbsolutePath(), ds); coreSchemaScript.loadScript(); coreSchemaScript.execute(); } catch (Exception e) { e.printStackTrace(); fail(e.getMessage()); }