163164165166167168169170171172173
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 ); } }