Odd, the error says you did not set your
jdbc properties, but you do seem to be setting them in your persistence.xml.
Ensure that you are using the persistence.xml that you think you are (in META-INF), and you don't have any old ones on your classpath. Maybe try to run it outside of Eclipse so you know exactly what is on your classpath. Also ensure you have your JDBC driver on the classpath, and check your log for other errors.