@AfterClass
 public static void clearDataSource() throws Exception {
   dataSource.destroy();
   dataSource = null;
 }