My persistence.xml is in a META-INF directory and I have tried both using the project as is in eclipse and packaging it all into a jar.
No matter what I try I get:
You do understand that javax.persistence aka JPA is a specification and that eclipselink is an implementation of that specification?
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 299
posted
0
Wouter Oet wrote:You do understand that javax.persistence aka JPA is a specification and that eclipselink is an implementation of that specification?
Correct. As is hibernate. You need an implementation on your classpath. I was looking for the simpliest in terms of configuration and footprint.