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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
