I read in several places that JPA2 will support a detach method call on Entity Manager. I am running with Hibernate 3.5.1-FINAL and Spring 3.0.2-RELEASE as Maven dependencies -- snagged from the JBoss repository.
Isn't this enough?
Perhaps the problem is with my javax.persistence.EntityManager interface definition. Do I need to update javax? How does one do this?