Author: ffang
Date: Thu Apr 29 00:52:00 2010
New Revision: 939151
URL: http://svn.apache.org/viewvc?rev=939151&view=rev
Log:
Merged revisions 939144 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r939144 | ffang | 2010-04-29 08:39:51 +0800 (四, 29 4 2010) | 1 line
[CXF-2790]ws-rm example server side configuration contain unnecessary
DecoupledEndpoint configuration
........
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/ws_rm/src/demo/ws_rm/server/ws_rm.xml
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/ws_rm/src/demo/ws_rm/server/ws_rm.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/ws_rm/src/demo/ws_rm/server/ws_rm.xml?rev=939151&r1=939150&r2=939151&view=diff
==============================================================================
---
cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/ws_rm/src/demo/ws_rm/server/ws_rm.xml
(original)
+++
cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/ws_rm/src/demo/ws_rm/server/ws_rm.xml
Thu Apr 29 00:52:00 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>