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 对应的实现类出现了多次,服务器不知道该加载哪一个导致出错。