0 Replies Latest reply on Nov 30, 2005 3:51 PM by evik

    EJB3 compliance

    evik

      Just found that when executing a query with no object to return the
      JBoss EJB3 implementation (i'm using the embeddable version) throws a
      javax.ejb.EJBException exception
      (CausedByException is: No entity found for query)

      The Public draft states that the query interface should throw a
      javax.persistence.EntityNotFoundException in such cases

      This is a desired incompatibility?