Hello
Is it possible to use Hibernate tools from MyEclipse with session factory implemented in org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean ?
When I want to configure Hibernate plugin, I get the message:
No Hibernate LocalSessionFactory found in the Spring configuration file defined above.
And of course.. it’s true, cause I am using AnnotationSessionFactoryBean (to use annotated classes).