I'll do. Thanks Colin
There is incorrect line endings in the latest cxf-servlet.xml file. I have attached a very simple patch to correct.Could someone apply this for me. Thanks Colin ------------------------------------------------------------------------ Index: rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml =================================================================== --- rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml (revision 504134) +++ rt/transports/http/src/main/resources/META-INF/cxf/cxf-servlet.xml (working copy) @@ -22,9 +22,9 @@ xmlns:foo="http://cxf.apache.org/configuration/foo" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> - <bean id="org.apache.cxf.transports.http.QueryHandlerRegistry" class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl"> - <property name="bus" ref="cxf"/> - </bean> + <bean id="org.apache.cxf.transports.http.QueryHandlerRegistry" class="org.apache.cxf.transport.http.QueryHandlerRegistryImpl"> + <property name="bus" ref="cxf"/> + </bean><bean class="org.apache.cxf.transport.servlet.ServletTransportFactory"><property name="bus" ref="cxf"/> @@ -37,6 +37,6 @@ <value>http://cxf.apache.org/transports/http/configuration</value> </set> </property> - </bean> + </bean></beans>
