On Tuesday, April 26, 2011 4:59:37 PM klerisson wrote: > Sorry if that question had already been posted, but I did not find anything > on this matter. > > So, CXF version 2.3.4 is compatible with Spring 2.0.8?
Honestly, I have no idea. We haven't really supported Spring 2.0.x for a very long time. We moved to 2.5.x while ago and that was pretty much the target for 2.2.x. With 2.3.x and newer, we moved to spring 3 as the primary target. > Once we upgrade from CXF 2.2.6 to 2.3.4 we got a compilation failure > telling us that the package javax.jws does not exist. We kludge the system > including jsr181-api dependency, but during the deploy into WAS 6.1 it was > not possible to initialize the context due the impossibility to locate > jaxws schema according to the following log: > > ERROR [server.startup : 2] (ContextLoader.java:204) - Context > initialization failed > org.springframework.beans.factory.parsing.BeanDefinitionParsingException: > Configuration problem: Unable to locate Spring NamespaceHandler for XML > schema namespace [http://cxf.apache.org/jaxws] Offending resource: class > path resource [application-context.xml] > > Does anybody succeed try to run CXF 2.3.4 with Spring 2.0.8? Did you do something strange like try to create an "uber jar" or something? It SOUNDS like the cxf-rt-frontend-jaxws jar isn't being found. Either that or an attempt at making an uber jar isn't properly merging the META- INF/spring.handlers files. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
