BasePage.this.error(BasePage.this.getString("parsefail") + ex.getLocalizedMessage());
return;
}
String hxri = ((OpenXRIAdminApplication) this.getApplication()).getProperties().getProperty("hxri-prefix") + this.xri;
BasePage.this.setResponsePage(new RedirectPage(hxri + "?_xrd_r=application/xrds+xml;sep=false;debug=1"));
}