Author: ffang
Date: Thu Apr 29 00:39:51 2010
New Revision: 939144
URL: http://svn.apache.org/viewvc?rev=939144&view=rev
Log:
[CXF-2790]ws-rm example server side configuration contain unnecessary
DecoupledEndpoint configuration
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_rm/src/demo/ws_rm/server/ws_rm.xml
Modified:
cxf/trunk/distribution/src/main/release/samples/ws_rm/src/demo/ws_rm/server/ws_rm.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_rm/src/demo/ws_rm/server/ws_rm.xml?rev=939144&r1=939143&r2=939144&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/ws_rm/src/demo/ws_rm/server/ws_rm.xml
(original)
+++
cxf/trunk/distribution/src/main/release/samples/ws_rm/src/demo/ws_rm/server/ws_rm.xml
Thu Apr 29 00:39:51 2010
@@ -47,8 +47,4 @@
</cxf:features>
</cxf:bus>
- <http:conduit
name="{http://cxf.apache.org/hello_world_soap_http}GreeterPort.http-conduit">
- <http:client
DecoupledEndpoint="http://localhost:9990/decoupled_endpoint"/>
- </http:conduit>
-
</beans>