我正在尝试使用 CXF 2.6.0 发布我的网络服务。在启动 tomcat 服务器时,出现以下异常:
org.springframework.beans.BeanInstantiationException : Could not instantiate bean class [org.springframework.web.context.support.XmlWebApplicationContext]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
不用说我的类路径中已经有了 common-logging-1.1.1.jar。我还缺少什么?