| Author |
provider tag in persistence.xml
|
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14669
|
|
I was trying to make a sample using Spring3 and JPA2. The persistence provider is Hibernate.
It might be a Spring-related issue, but I'm not sure, so I ask here first.
My persistence.xml was looking like this :
I was getting the following error :
I solved it by adding the provider tag in persistence.xml :
Why doesn't it work without the provider tag ? The hibernate documentation says:
The provider is a fully-qualified class name of the EJB Persistence provider. You do not have to define it if you don't work with several EJB3 implementations. This is needed when you are using multiple vendor implementations of EJB Persistence.
.
I'm using a standalone application, so I don't think that I need to set the provider tag. Or could it be that I have several providers on my classpath ?
|
[My Blog]
All roads lead to JavaRanch
|
 |
Matt Kirk
Greenhorn
Joined: Nov 03, 2011
Posts: 1
|
|
Hi Christophe,
Did you ever get an answer on this topic?
Thanks,
Matt
|
 |
 |
|
|
subject: provider tag in persistence.xml
|
|
|