当前位置: 代码迷 >> Java Web开发 >> spring weblogic部署出错解决思路
  详细解决方案

spring weblogic部署出错解决思路

热度:127   发布时间:2016-04-16 22:13:34.0
spring weblogic部署出错
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: Method must not be null

tomcat下启动正常,weblogic下启动报上述错误,求大神解答
------解决方案--------------------
检查下是否spring的jar重复了,导致dataSource 对应的实现类出现了多次,服务器不知道该加载哪一个导致出错。
  相关解决方案