Hi, This has been discussed quite a few times before. See:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=78245 In summary, you must remove the B entity from the collection within A, and invoke em.remove(b) also. The other alternative is to use a Hibernate specific annotation. Regards, Colin E. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029375#4029375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029375 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
