2 Replies Latest reply on Sep 5, 2004 12:52 PM by sysuser1

    accessible through cmr only records created by jboss

    sysuser1

      In my database table there are 4 records.
      The first one was created with a shell and sql commands,
      the other 3 by invoking the create Method on the corresponding
      entity Bean and jboss cmp.
      All the 4 entries have the same foreign kay values.

      When i try to retrieve all the records by calling the
      getSomeTyp Method in the 1 part of a 1 to * relation mapped
      to this table only the 3 records created through jboss are in the
      returned Collection!? The 1. record not created through jboss is
      missing ???

      Hints ?