Details
Description
I updated to the last version of Roo in GIT.
Install Roo with 'mvn clean install'.
Create a web project and run with 'mvn tomcat:run'.
Inside the web application:
- Create an Entity.
- Update the Entity.
Exception updating the entity:
org.hibernate.PersistentObjectException: detached entity passed to persist: org.test.aplicacion.domain.Person; nested exception is javax.persistence.PersistenceException: org.hibernate.PersistentObjectException: detached entity passed to persist: org.test.aplicacion.domain.Person
Thanks!