Hi,
A couple of things:
1. Is the Person class annotated with @Entity tag?
2. Make sure the letter casing is correct through out your project for the package name javaTest
Also, the persistence.xml file should be located under your META-INF folder.
Cheers.