0 Replies Latest reply on Sep 10, 2001 9:29 AM by totmacher

    BMP and ObjectNotFoundException

    totmacher

      when I use BMP for entity beans I have a problem implementing the findByPrimaryKey() method.
      after excuting the sql query in this method and realizing, that there is no entry with the searched primary key I throw a ObjectNotFoundException, but on the remote stub I always get a RemoteException instead of that thrown ObjectNotFoundException. in CMP this works !. can anyone help me ?