把项目用SSH整合后运行就报错??

严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframewor... 严重: 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 'SinglerentalAction' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: 'sessionFactory' or 'hibernateTemplate' is required
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean
展开
 我来答
小曹大人_
2014-12-09 · TA获得超过134个赞
知道小有建树答主
回答量:81
采纳率:0%
帮助的人:84.8万
展开全部
你是用的注解方式么?由于使用spring的annotation注入时,HibernateDaoSupport不能注入sessionFactiry和hibernateTemplemet,所以可以在baseDao里面写

@Resource
public void setSessionFactory0(SessionFactory sessionFactory){  
super.setSessionFactory(sessionFactory);  
}
更多追问追答
追问
没有用到注解  不会用 手写的 配置
追答
在xml里面写?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
lv765800331
2014-12-09 · TA获得超过326个赞
知道小有建树答主
回答量:330
采纳率:0%
帮助的人:118万
展开全部
监听配置有问题! 看web.xml中是否配置了Spring的监听
追问

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
myqq5101437
2014-12-09 · TA获得超过277个赞
知道小有建树答主
回答量:1575
采纳率:40%
帮助的人:220万
展开全部
我可以给调试下
追问
把项目发个你吗?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式