0 Replies Latest reply on Oct 2, 2003 4:11 AM by icordoba

    not removal of cascade-delete EJBs

    icordoba

      Hi there,
      i have some RelationShips in several J2EE projects deployes in JBoss 3.2, but have a problem with cascade-delete's.
      When I remove parent EJB, cascade-delete childs are not removed, but just set to NULL their foreign keys to parent table. Is that a normal behaviour? I thought J2ee and JBoss should remove not only parent but also child EJB. I have to manually remove table entries that have nulls in foreign key.

      Thanks for any help.