[jboss-user] [JBoss Seam] - Re: EntityHome question

2007-04-23 Thread petemuir
By this point the model has been updated.  A flush occurs as EJB3 automatically 
flushes the PC at method boundaries, you can turn this off by using a 
flushMode=MANUAL conversation.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039748#4039748

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039748
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: EntityHome question

2007-04-23 Thread emsa
Ok, 
been away from seam for a while but previously I always used em.merge( .. ) 
when handling objects in Conversations. Has something changed in seam in 
regarding to Transactions/Conversations (maybe the Homes are using Extended-PCs 
or something else I have not used yet?)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039756#4039756

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039756
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: EntityHome question

2007-04-23 Thread petemuir
A home uses an SMPC (which is like an EJB3 EXTENDED PC but for the scope of the 
conversation which means your entities don't become detached during the 
conversation) so there is no need to merge.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039757#4039757

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039757
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user