0 Replies Latest reply on Oct 30, 2005 4:07 PM by natgross

    Jboss 403sp1: Fixed cmp cascade delete? NO.

    natgross

      I have a many to 1 relationship with <cascade delete/> on the many side.
      On a .remove() of the ONE side, jboss 4.0.3sp1 only deletes the one side, and does not cascade delete the many side. (According to the debug log, the sql delete statement from jboss to the back end (mySql) is not even genned for the child/many records, only for the parent/One record.)
      The 4.0.3 change log on this site mentions the 'cmp cascade delete bug' as being fixed.

      Your input is appreciated.
      Thank you.
      -nat
      ps. I hesitate to upload my DD xml's because this sounds like a known problem. If any snippet of my xml is useful anyhow, please adivse. Thanks again.