You must add the persistence unit name to the @PersistenceContext annotation:
@PersistenceContext(unitName = "primary")