myeclipse报错。。

2024-12-25 06:28:32
推荐回答(4个)
回答1:

你使用映射文件注入sessionFactory 的时候没有配置正确,给你一个类似的文件,你看着修改吧: class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">

classpath:jdbc.properties



class="org.apache.commons.dbcp.BasicDataSource">
value="${jdbc.driverClassName}" />





class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">




org.hibernate.dialect.SQLServerDialect

true



回答2:

仔细检查一下你的applicationContext.xml,可能是配置有误

回答3:

你的文件 applicationContext.xml中 connection的值配错了

回答4:

仔细去看配置文件 注入的时候错了