You remove the phone from the person's phone list, then save the person:
person.getPhones().remove(phone);
| entityManager.merge (person);
Hope this helps
Wolfgang
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062628#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...