I recently completed this tutorial: \"http://static.springsource.org/docs/Spring-MVC-step-by-step/\", but now I want it to work with Hibernate and annotations. I know I\'m c
You need a META-INF/persistence.xml, with . See here
META-INF/persistence.xml
(I usually put it in WEB-INF/classes/META-INF. As noted in the comments, with maven you can place it in src/main/resources/META-INF)
WEB-INF/classes/META-INF
src/main/resources/META-INF