We've been using JPA 1.0 for some time now. We want to move ahead to JPA 2.0. How can this be done?
How can a JPA 1.0 project be converted to JPA 2.0?
2.4k Views Asked by Ravindranath Akila At
2
There are 2 best solutions below
11

You could do worse than to read the migration guide from OpenJPA and then ask a more specific question.
We changed the version name and xsd as the following:
Which worked fine.
Please mention in comments if you think additional things need to be done and I will update this answer.