Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public static SqlSessionFactory getSqlSessionFactory() {
  2. HttpSession session = (HttpSession) FacesContext.getCurrentInstance().getExternalContext().getSession(false);
  3. ManagedNavUtils navyUtils = (ManagedNavUtils) session.getAttribute("navy");
  4. if (navyUtils != null && navyUtils.getLoggedInUser() != null)
  5. setLoggedInUser(navyUtils.getLoggedInUser());
  6. return factory;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement