have you tried to call em.flush() after every update to your entity? And how about do
item = em.merge(item);
before you showing the item on UI? Correct me if I'm wrong.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065086#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...