We are planning to migrate to Java EE 5 from j2EE 1.4. All of our ORM needs were fulfilled well by Hibernate 2.1.0 s0 far. Since we are moving to Java EE 5 which has support for JPA 1.0, I am wondering if it is worth to move all of my ORM stuff to JPA.
Are there any gotchas I should be concerned about? Are there places where JAP 1.0 wouldnt work?
I don't want to use JPA 2.0.