Steve,
Your right, I should have posted more details. Here is the exact error I am getting and it doesn't seem to Jive with the JavaDoc:
Code:
net.sf.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations): 10, of class: com.notiva.cbo.buyer.data.match.MatchDetailImpl
If I set the cascase="none" on that it moves past and fails somewhere else. I am trying to work through it, but our mapping files are rather large and it doesn't like the man-to-many's...
Matt