[jboss-user] [JBoss Seam] - Re: Database flush problem

shane.bryzak@jboss.com do-not-reply at jboss.com
Tue Jan 1 20:58:54 EST 2008


Seam-managed persistence contexts are conversation-scoped, so you'll need to use em.merge() to merge the changes in your session-scoped (i.e. unmanaged) entity.

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

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



More information about the jboss-user mailing list