Author: ningjiang
Date: Fri Aug 31 01:59:07 2007
New Revision: 571405
URL: http://svn.apache.org/viewvc?rev=571405&view=rev
Log:
Made the jaxws:server workable in the restful_service.xml
Modified:
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/restful_service.xml
Modified:
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/restful_service.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/restful_service.xml?rev=571405&r1=571404&r2=571405&view=diff
==============================================================================
---
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/restful_service.xml
(original)
+++
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/restful_service.xml
Fri Aug 31 01:59:07 2007
@@ -62,8 +62,8 @@
<property name="serviceFactory" ref="JaxWsServiceFactoryBean"/>
</bean>
- <!--jaxws:server id="greeterJsonServer"
address="/services/serverFactory/json"
- bus="cxf" bindingId="http://apache.org/cxf/binding/http"
+ <!--jaxws:server id="greeterJsonServer"
address="/services/serverFactory/json2"
+ bindingId="http://apache.org/cxf/binding/http"
transportId="http://schemas.xmlsoap.org/wsdl/soap/http" >
<jaxws:serviceBean>
<bean class="org.apache.cxf.customer.bare.CustomerService"/>
@@ -74,8 +74,7 @@
</bean>
</jaxws:serviceFactory>
<jaxws:properties>
- <map>
- <entry key="Content-Type" value="text/plain"/>
+ <entry key="Content-Type" value="text/plain"/>
<entry>
<key>
<value>javax.xml.stream.XMLInputFactory</value>
@@ -87,8 +86,7 @@
<value>javax.xml.stream.XMLOutputFactory</value>
</key>
<ref bean="MappedXMLOutputFactory"/>
- </entry>
- </map>
+ </entry>
</jaxws:properties>
</jaxws:server-->