Re-read what I just wrote. There are no larger issues. He needs to do:
persistentInstance = entityManager.merge(persistentInstance);
| entityManager.remove(persistentInstance);
This is basic JPA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989090#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...