Invocation of init method failed;

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: class test.domain.Customer not found while looking for property: cust_id

让我非常无语的一个错,这句话的意思是:创建transactionManager的时候出错了,因为在setting它的属性sessionFactory的时候出错了。sessionFactory在创建的时候,调用初始化方法出错了,找不到的cust_id在我配置的 class test.domain.Customer.所以去applicationContext.xml中去寻找相应类的配置文件发现如下:

	<!-- 引入orm元数据,指定orm元数据所在的包路径,spring会自动读取包中的所有配置 -->
		<property name="mappingDirectoryLocations" value="classpath:test/domain"></property>
		

然后在引用路径classpath:test/domain处改为classpath:/test/domain也就是加个“/”就行了。这样错误就没有了,所以以后养成好习惯,加上“/”.

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值