Our Maven war module pulls various domain-service catalog modules into the war. The war's web.xml has the CXFServlet configuration plus that web.xml also defines the spring context listener. Only the war module's application context contains the cxf.xml import (what I'm trying to jettison).
<listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath*:*-applicationContext.xml,classpath*:pim-war-applicationContext-persistence.xml,classpath*:*applicationContext-common.xml</param-value> </context-param> -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-in-WebSphere-without-geronimo-jetty-depdendencies-possible-tp5726490p5726535.html Sent from the Camel - Users mailing list archive at Nabble.com.