[jboss-user] [JBoss Seam] - Re: LazyInitializationException; I thought it wasn't possibl

SmokingAPipe do-not-reply at jboss.com
Sat Aug 26 00:54:26 EDT 2006


I figured it out.  What happens is that my User entity gets created by a Login SLSB and put into the session.  That's fine, except that now it is out of the SLSB's persistence context.  If I want it to work that way I would need to make the login bean have a session context, so the User would always have a persistence context it can use.

Is this correct?


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

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



More information about the jboss-user mailing list