// LoggingOutInterceptor log2 = new LoggingOutInterceptor(new PrintWriter(System.out));
// clientFactory.getInInterceptors().add(log1);
// clientFactory.getInInterceptors().add(log2);
PrintStream syserr = System.err;
System.setErr(System.out);
FedoraAPIA service = (FedoraAPIA) clientFactory.create();
System.setErr(syserr);
syserr = null;
if (Administrator.INSTANCE == null) {
// if running without Administrator, don't wrap it with the statusbar stuff