[jboss-user] [JBoss Seam] - Re: failed to lazily initialize a collection
Sammy8306
do-not-reply at jboss.com
Wed Apr 25 12:05:21 EDT 2007
As far as I know, SMPC is scoped over the conversation. That would be the implicit temporary conversation if no conversation is started manually.
You have two options: either make sure the edits happen in the same conversation (and therefore the same EM) or merge the offending object into the second EM instance (using em.merge()).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040661#4040661
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040661
More information about the jboss-user
mailing list