I see from JIRA that this issue has been resolved.

Can somone tell me the correct way to make an object directly available to the 
Http Session so that it can be accessed by a Servlet filter?

Ive tried:

  | @Out(value="loggedInUser", scope=ScopeType.SESSION)
  | private User loggedInUser;
  | 

And in my servlet:

  | user = (User)req.getSession().getAttribute("loggedInUser");
  | 
...which returns null. Should this work?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951730#3951730

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951730


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to