Experts – Could you please help me with the following?
1) Imported a JPA project which was created in MyEclipse 10.x
2) Migration assistant popped up and migrated the project.
3) After migration the following persistance.xml file was generated
src/main/java/META-INF/persistence.xml
Actual peristence.xml is located at the following path
src/main/resources/META-INF/persistence.xml
My deployment is failing, how to tell myeclipse to refer the actual file when deployed on a server. If built and deployed outside of MyEclipse there is no issue.
Appreciate your quick response.