我得到Bean Creation Exception
:
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'counterHibernateSessionFactory' defined in class path resourc
e [META-INF/hibernate-spring.xml]: Cannot resolve reference to bean 'counterData
Source' while setting bean property 'dataSource'; nested exception is org.spring
framework.beans.factory.BeanCreationException: Error creating bean with name 'co
unterDataSource' defined in class path resource [META-INF/counter-infrastructure
-spring.xml]: Cannot resolve reference to bean 'counterDataSourceImpl' while set
ting bean property 'targetDataSource';
我正在尝试在 tomcat 服务器上运行 liferay 模块。我使用Eclipse Luna
, tomcat server 8.0.32
, liferay 7.0 ga3
。我搜索了有用的信息,没有找到任何解决问题的方法。谢谢!