Author: hadrian
Date: Fri Nov 25 03:19:03 2011
New Revision: 1206050
URL: http://svn.apache.org/viewvc?rev=1206050&view=rev
Log:
Change test to produce data in target/ to allow for proper cleanup
Modified:
camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/LoggingInterceptorInMessageModeTest-context.xml
Modified:
camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/LoggingInterceptorInMessageModeTest-context.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/LoggingInterceptorInMessageModeTest-context.xml?rev=1206050&r1=1206049&r2=1206050&view=diff
==============================================================================
---
camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/LoggingInterceptorInMessageModeTest-context.xml
(original)
+++
camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/LoggingInterceptorInMessageModeTest-context.xml
Fri Nov 25 03:19:03 2011
@@ -32,7 +32,7 @@
<!-- START SNIPPET: enableLoggingOutInterceptor -->
<bean id="loggingOutInterceptor"
class="org.apache.cxf.interceptor.LoggingOutInterceptor">
<!-- it really should have been user-prestream but CXF does have
such phase! -->
- <constructor-arg value="write"/>
+ <constructor-arg value="target/write"/>
</bean>
<cxf:cxfEndpoint id="serviceEndpoint"
address="http://localhost:${CXFTestSupport.port2}/LoggingInterceptorInMessageModeTest/helloworld"
@@ -52,4 +52,4 @@
<to uri="cxf:bean:serviceEndpoint" />
</route>
</camelContext>
-</beans>
\ No newline at end of file
+</beans>