aha. So the @PersistenceContext explains why I was getting annoying LazyInitialization exceptions since the container was managing my EntityManager instead of Seam. Switching to the @In method worked to fix that problem. I got confused because a lot of the examples use @PersistenceContext instead of letting Seam manage it for them.
As for the @Out(scope = EVENT)... I gather that doing this is basically equivalent of saving a session variable, ie. HttpSession.set(). I think it's starting to click now. It's taking a few more reads over the documentation. I appreciate the help and keep up the good work! - Cory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927918#3927918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927918 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
