try {
con = glob.getXmlBlasterAccess();
// Do all client side error handling our self
// this error handler is called when we are/were polling for the server:
con.setClientErrorHandler(new I_MsgErrorHandler() {
public void handleError(I_MsgErrorInfo msgErrorInfo) {
if (msgErrorInfo == null) return;
XmlBlasterException ex = msgErrorInfo.getXmlBlasterException();
if (ex.isUser()) {