Or the other option would be to remove and persist:

entityManager.remove(customer);
entityManager.persist(customer);

but that seems like it would not be a good solution.  Surely this is something 
that comes up in nearly every Seam application, but I can't find any good 
suggestions on how to handle this.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965952
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to