Archive for February, 2009

Entanglement

Saturday, February 21st, 2009

Just wasted a good chunk of time on an issue I had using Grails – “deleted object would be re-saved by cascade”. Turns out that among the associations you need to remove to clear this error are the bi-directional associations created using belongsTo . I removed belongsTo from the domain object being removed from another [...]