3 Replies Latest reply on Apr 19, 2004 9:08 AM by adrianw

    Configuring compound primary key

    jeeads

      I am trying to configure an entity bean that has a primary key made up from two non nullable foreign keys. I have created the cmp fields and the cmr fields for the columns. My PK class is correct. I have configured the container for insert after post create. I am calling set on each of the fields at both EJB create and EJB post create. When the bean is being created I get an error when the first set is called on one of the foriegn key fields that make up the primary key. Does anyone have an example of this configuration working in JBoss 3.2.3? Is it even possible to configure this type of compound primary key?

      Thanks
      Jerry