I created a java project first creating the hibernate with annontation support and then creating the spring project with annontation support as the tutorial instructed. I am getting an error in the spring config file.
<bean id=”sessionFactory”
class=”org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean”>
It is saying this class is not found. I haven’t done anything but go through the wizards is there something I did incorrectly?