2 Replies Latest reply on Feb 28, 2003 12:48 PM by ferpalac

    CMR CreateException

    ferpalac

      Hi folks,
      I have two entities like that:
      Master Detail
      master (PK) detail (PK)
      field1
      field2
      detail (FK)

      and when I want to do a create in Master bean It throws an ERROR:
      Could not create entity:java.sql.SQLException:
      ERROR: Attribute 'detail' specified more than once

      Can you help me ?