user1555190
user1555190

Reputation: 3239

Persistence.xml is that optional?

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

Answers (1)

Evgeniy Dorofeev
Evgeniy Dorofeev

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

Related Questions