0 Replies Latest reply on May 12, 2003 7:09 AM by wpkwpk

    "foreign key constraints" and "remove table" options

    wpkwpk

      Hello,
      I'm using use JBoss-3.0.6.
      I deploy several CMP2.0-related beans with the following options set into jbosscmp.jdbc.xml defaults tag.
      create_table = true
      remove_table = true
      foreign_key = true.

      The persistence engine generates tables perfectly with their fk constraints.
      When undeploying, the persistence engine removes just the tables which have no fk_constraints (leaf tables).
      Has anybody already had this problem?
      Thanks.

      Andrea Pancaldi