SavePublisher savePublisher = new SavePublisher();
savePublisher.getPublisher().add(publisher);
savePublisher.setAuthInfo(rootAuthToken.getAuthInfo());
JUDDIApiImpl juddiApi = new JUDDIApiImpl();
juddiApi.savePublisher(savePublisher);
} catch (Exception e) {
String msg = "Unable to save the publisher";
log.error(msg, e);
throw new RegistryException(msg, e);