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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...