protected final void setUp() throws Exception {
    repository = setup.getRepository();

    // need to wait a bit as the server first starts up and issues its IOR and
    // later fails during load of the idl classes
    Thread.sleep(1000);

    doSetUp();
  }
 protected POA getClientRootPOA() {
   return setup.getClientRootPOA();
 }