Repository: camel
Updated Branches:
  refs/heads/master 8c2fa7c56 -> 0b86b0014


Extend the test case to add a customTraceEventHandler


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0b86b001
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0b86b001
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0b86b001

Branch: refs/heads/master
Commit: 0b86b001420e35c137726e9a38b4cfc5b23e314c
Parents: 8c2fa7c
Author: Charles Moulliard <ch0...@gmail.com>
Authored: Tue Aug 26 14:25:53 2014 +0200
Committer: Charles Moulliard <ch0...@gmail.com>
Committed: Tue Aug 26 14:25:53 2014 +0200

----------------------------------------------------------------------
 .../org/apache/camel/itest/osgi/blueprint/blueprint-29.xml        | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/0b86b001/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/blueprint/blueprint-29.xml
----------------------------------------------------------------------
diff --git 
a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/blueprint/blueprint-29.xml
 
b/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/blueprint/blueprint-29.xml
index 8dea9c8..4235ba3 100644
--- 
a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/blueprint/blueprint-29.xml
+++ 
b/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/blueprint/blueprint-29.xml
@@ -33,6 +33,9 @@
         <property name="logLevel" value="INFO"/>
         <property name="logName" value="org.apache.camel.blueprint.log"/>
         <property name="destination" ref="traced"/>
+        <property name="traceHandler" ref="myTraceEventHandler"/>
     </bean>
 
+    <bean id="myTraceEventHandler" 
class="org.apache.camel.processor.interceptor.DefaultTraceEventHandler"/>
+
 </blueprint>

Reply via email to