1 Reply Latest reply on Mar 3, 2010 11:27 PM by asookazian

    Entity Manager merge() stopped working in 2.2.0

      When I upgraded from Seam 2.1.1 to Seam 2.2.0, all my calls to entityManager.merge() have stopped working. The object in memory has the updated attributes but the changes are not reflected in the database.
      Has anyone else encountered this problem?