当前位置: 代码迷 >> Java Web开发 >> spring4整合hibernate4报错,该怎么处理
  详细解决方案

spring4整合hibernate4报错,该怎么处理

热度:7014   发布时间:2016-04-10 23:55:48.0
spring4整合hibernate4报错
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [beans.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#0': Cannot create inner bean '(inner bean)' of type [org.springframework.aop.aspectj.AspectJMethodBeforeAdvice] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)': Cannot create inner bean '(inner bean)' of type [org.springframework.aop.config.MethodLocatingFactoryBean] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)': Initialization of bean failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'logInterceptor' is defined

spring4 hibernate4

------解决方案--------------------
dataSource数据库链接报错了吧?
  相关解决方案