@Override
 protected GeoServerImpl createGeoServer() {
   GeoServerImpl gs = new GeoServerImpl();
   gs.setFacade(facade);
   CatalogImpl catalog = testSupport.getCatalog();
   catalog.setFacade(new JDBCCatalogFacade(testSupport.getDatabase()));
   gs.setCatalog(catalog);
   return gs;
 }