Same as the title says. I met the problem. I begin a transaction and save an object twice, then I get this exception:
"org.hibernate.NonUniqueObjectException"
And the object is not selected from db.the first save means "insert into", the second save means "update".