System.setErr(new PrintStream(new OutputStream() {
@Override
public void write(int arg0) throws IOException {
}
}));
FedoraAPIM service = (FedoraAPIM) clientFactory.create();
System.setErr(aux);
if (Administrator.INSTANCE == null) {
// if running without Administrator, don't wrap it with the statusbar stuff
return service;