Apache CXF 2.3 to 3.0 migration ... where is ServletTransportFactory? -
i'm trying migrate cxf 2.3 cxf 3.0.3, , found this 2.3 class no longer in 3.0.3's cxf-rt-transports-http
project:
org.apache.cxf.transport.servlet.servlettransportfactory
question: class (or alternative) in 3.0.3?
the xml snippet is:
<bean class="org.apache.cxf.transport.servlet.servlettransportfactory" id="org.apache.cxf.transport.servlet.servlettransportfactory"> <property name="bus" ref="cxf"/> <property name="transportids"> <list> <value>http://cxf.apache.org/bindings/xformat</value> <value>http://schemas.xmlsoap.org/soap/http</value> <value>http://schemas.xmlsoap.org/wsdl/http/</value> <value>http://schemas.xmlsoap.org/wsdl/soap/http</value> <value>http://www.w3.org/2003/05/soap/bindings/http/</value> <value>http://cxf.apache.org/transports/http/configuration</value> </list> </property> </bean>
here article changes of transport factories in version 2.4.0:
Comments
Post a Comment