org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mainJob' defined in ServletContext resource [/WEB-INF/TimerConfig.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.apache.commons.collections.SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set;
Caused by:
java.lang.NoSuchMethodError: org.apache.commons.collections.SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set;
原因为:
漏了放 commons-collections.jar 这个包了吧,或者是这个包的版本不对,根本就没有orderedSet(set) 这个方法