I'm afraid you need to include the cxf.xml import this time.
BTW, you could exclude the dependency of cxf-rt-transport-http-jetty module, 
then the geronimo servlet api jar will be wrapped into the war.


--  
Willem Jiang

Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem




On Wednesday, January 30, 2013 at 10:39 AM, Angelo wrote:

> Our Maven war module pulls various domain-service catalog modules into the
> war. The war's web.xml (http://web.xml) has the CXFServlet configuration plus 
> that web.xml (http://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 
> (http://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 
> (http://Nabble.com).



Reply via email to