I\'m getting this error from my EntityManager when I call the refresh function.
public void saveProduct(Product product) { entityManager.refresh(product); }