protected void setUp() throws Exception {
    super.setUp();
    try {
      db = Utils.getDB();
      assertEquals(0, db.getUsedConnectionCount());
      ca = Utils.getCA();

    } catch (Exception e) {
      FaultUtil.printFault(e);
      assertTrue(false);
    }
  }