Author: eglynn
Date: Wed Apr 25 04:24:42 2007
New Revision: 532321
URL: http://svn.apache.org/viewvc?view=rev&rev=532321
Log:
Using new createdFromAPI attribute in <jaxws:client> beans configured for coloc
system test & demo.
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/coloc.xml
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/coloc/cxf.xml
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/coloc.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/colocated/coloc.xml?view=diff&rev=532321&r1=532320&r2=532321
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/coloc.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/coloc.xml
Wed Apr 25 04:24:42 2007
@@ -61,7 +61,7 @@
<!-- Avoid upfront Conduit creation, as client-side transport resources
are not required in the coloc case -->
<jaxws:client id="{http://apache.org/hello_world_soap_http}SoapPort"
- abstract="true">
+ createdFromAPI="true">
<jaxws:conduitSelector>
<bean class="org.apache.cxf.endpoint.DeferredConduitSelector"/>
</jaxws:conduitSelector>
Modified:
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/coloc/cxf.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/coloc/cxf.xml?view=diff&rev=532321&r1=532320&r2=532321
==============================================================================
---
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/coloc/cxf.xml
(original)
+++
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/coloc/cxf.xml
Wed Apr 25 04:24:42 2007
@@ -101,13 +101,13 @@
<!-- Avoid upfront Conduit creation, as client-side transport resources
are not required in the coloc case -->
<jaxws:client id="{http://apache.org/headers/rpc_lit}SoapPort"
- abstract="true">
+ createdFromAPI="true">
<jaxws:conduitSelector>
<bean class="org.apache.cxf.endpoint.DeferredConduitSelector"/>
</jaxws:conduitSelector>
</jaxws:client>
<jaxws:client id="{http://apache.org/headers/doc_lit}SoapPort9000"
- abstract="true">
+ createdFromAPI="true">
<jaxws:conduitSelector>
<bean class="org.apache.cxf.endpoint.DeferredConduitSelector"/>
</jaxws:conduitSelector>