If you do NOT want to cascade on remove then don't set it. The cascade options refer to the Java objects NOT the representation in the database.
The rows from the ManyToMay JoinTable will get removed WITHOUT any cascading options set because removing the User and not the rows in the join table would violate a fk constraint. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037457#4037457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037457 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
