Author: dkulp
Date: Thu Dec 22 15:41:01 2011
New Revision: 1222285

URL: http://svn.apache.org/viewvc?rev=1222285&view=rev
Log:
Merged revisions 1206050 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1206050 | hadrian | 2011-11-24 22:19:03 -0500 (Thu, 24 Nov 2011) | 1 line
  
  Change test to produce data in target/ to allow for proper cleanup
........

Modified:
    camel/branches/camel-2.8.x/   (props changed)
    
camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/LoggingInterceptorInMessageModeTest-context.xml

Propchange: camel/branches/camel-2.8.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: 
camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/LoggingInterceptorInMessageModeTest-context.xml
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/LoggingInterceptorInMessageModeTest-context.xml?rev=1222285&r1=1222284&r2=1222285&view=diff
==============================================================================
--- 
camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/LoggingInterceptorInMessageModeTest-context.xml
 (original)
+++ 
camel/branches/camel-2.8.x/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/LoggingInterceptorInMessageModeTest-context.xml
 Thu Dec 22 15:41:01 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:${LoggingInterceptorInMessageModeTest.port2}/helloworld";
@@ -52,4 +52,4 @@
                        <to uri="cxf:bean:serviceEndpoint" />
                </route>
        </camelContext>
-</beans>
\ No newline at end of file
+</beans>


Reply via email to