Hi,
I have some trouble with integrating Spring and Hibernate.
First, I use JPA
annotation near an entity to create db schema. My code works fine for hibernate alone. I have no persistance.xml. I hope that it isn't necessary.
Now I am trying integrate spring but I have probably a mistake in applicationContext.xml. I would like to use a solution similar to "13.3.2 Implementing DAOs based on plain Hibernate 3 API" on
springframework.
Could anyone help to beginner?
My applicationContext.xml
My hibernate.cfg.xml:
My error log:
I would appreciate any help.