I have my persistence.xml with the same name using TopLink under the META-INF directory. Then, I have my code calling it with:
persistence.xml
TopLink
META-INF
Make sure you have created persistence.xml file under the 'src' folder. I created under the project folder and that was my problem.