Previously I was using hibernate 3
as my project framework and I upgraded it to the hibernate 4.3.5
.
I followed these steps:
- Replaced all the
.jar
files & also the dependent.jars
- Replaced all deprecated packages
- Replaced all the deprecated methods
- Replaced all the deprecated Data types, classes & others.
After this build my project successfully & then try to connect with the database. Connection is successful but when i am trying to save, It gives me following error:
Unknown service requested
[org.hibernate.engine.jdbc.spi.JdbcServices]
Is there something that I missed out ? Please Help.
Thanks