Reputation: 3239
When i create a jpa project, is persistence xml optional?
I was using spring JPA the sample projects did not have one..
Upvotes: 3
Views: 379
Reputation: 136122
It's only possible if your project is Spring-based. Otherwise you need at least a minimal META-INF/persistence.xml.
Upvotes: 3