1 Reply Latest reply on Dec 14, 2006 12:37 PM by rpiaggio

    StackOverflowError in

    rpiaggio

      With Seam 1.1.GA.

      Happens when the database has tables that reference each other in FKs.

      Example:
      - Table A: id (PK), b_id (FK).
      - Table B: id (PK), a_id (FK).

      I can provide more details if necessary but that should be enough to reproduce the error.