protected ReprocessAction builReprocessAction() {
reprocessCfg = new ReprocessConfiguration("id","name","description");
reprocessCfg.setGeoStoreConfig(geoStoreConfig);
ReprocessAction a = new ReprocessAction(reprocessCfg);
a.setTempDir(getTempDir());
a.setConfigDir(getConfigDir());
return a;
}