127128129130131132133134135136137
context.logout(); SessionManager.invalidateSession(); } catch (LoginException e) { log.error( e.getMessage(), e ); throw new GWTLogoutException( e.getMessage() ); } catch (Exception e) { log.error( e.getMessage(), e ); } }