0 Replies Latest reply on Feb 5, 2003 5:03 AM by pollox

    findbyPrimaryKey(PKClass pk) dissarrange frield values

    pollox

      Hi
      I'm using a finderMethod to select a collection of data.
      the entity bean has a pkClass.
      sth strange happens, when do a findByPrimaryKey((EntityPK) ((EntityLocal) collectionIterator.next()).getPrimaryKey())
      The pk is correct, the found record is the matched to the pk. but some fields are totally dissaranged, some are ok.
      Does anybody has an idea whats going wrong?

      thanx