Author: asoldano
Date: 2014-10-01 09:28:25 -0400 (Wed, 01 Oct 2014)
New Revision: 18962
Added:
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/in_container_client/cxf-client.xml
Log:
[JBWS-3832] Adding forgotten file
Added:
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/in_container_client/cxf-client.xml
===================================================================
---
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/in_container_client/cxf-client.xml
(rev 0)
+++
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/in_container_client/cxf-client.xml 2014-10-01
13:28:25 UTC (rev 18962)
@@ -0,0 +1,17 @@
+<beans
xmlns="http://www.springframework.org/schema/beans"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cxf="http://cxf.apache.org/core"
+
xsi:schemaLocation="http://cxf.apache.org/core
http://cxf.apache.org/schemas/core.xsd
+
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
+ ">
+
+ <bean id="cxf.default.workqueue"
class="org.apache.cxf.workqueue.AutomaticWorkQueueImpl">
+ <property name="name" value="cxf.default.workqueue" />
+ <property name="queueSize" value="20" />
+ </bean>
+ <bean id="logOutbound"
class="org.apache.cxf.interceptor.LoggingOutInterceptor" />
+ <cxf:bus>
+ <cxf:outInterceptors>
+ <ref bean="logOutbound" />
+ </cxf:outInterceptors>
+ </cxf:bus>
+</beans>
\ No newline at end of file
Property changes on:
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/in_container_client/cxf-client.xml
___________________________________________________________________
Added: svn:mime-type
+ text/xml
Added: svn:keywords
+ Rev Date
Added: svn:eol-style
+ native