org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in file [E:\JavaHome\EclipseSource\eclipse\spage.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\environment\WEB-INF\classes\config\spring-context.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Dialect class not found: org.hibernate.dialect.SQLServerDialect
hibernate.hbm2ddl.auto=create
hibernate.show_sql=true
hibernate.dialect=org.hibernate.dialect.SQLServerDialect
hibernate.current_context_session_class=thread
xht/test/man/domain/Man.hbm.xml
我已经看过了。。。 hibernate3 里面也有这个 .class 文件 数据库驱动的jar包 buildpath 里面也已经引入了! 网上查了也没什么具体原因。。。