@After
  public void teardown() throws Exception {
    TestUtils.shutdown(jdbcDataSource);

    InMemoryLog.clear();
    System.setProperty("org.apache.commons.logging.Log", "");
  }