Hibernate:无法创建javabean

严重: Exception sending context initialized event to listener instance of class [org.springframework.web.context.ContextLoaderListener]

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'categorySecondService' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'categorySecondDao' while setting bean property 'categorySecondDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'categorySecondDao' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'sessionFactory' of bean class [shop.categorysecond.dao.CategorySecondDao]: Bean property 'sessionFactory' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?

 

       原因1:application.xml文件中对<bean/>内部标签<property/>的name属性值不对,name属性值应和包含它的bean的set方法的后缀名一致(首字母小写)

       原因2:set,get方法错误,和属性名对应不上

       原因3:此处创建dao层的bean需要使用到SessionFactory,但是如果dao层的类没有完整继承HibernateDaoSupport类(ssh框架dao需要继承的持久化父类),既没办法创建sessionFactory,于是sessionFactory invalid的现象。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值