This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 99d2e16  Fix tests in camel-cdi
99d2e16 is described below

commit 99d2e1605a3c8b7d5461ab402fcea4d5fa7ca2f8
Author: jpoth <poth.j...@gmail.com>
AuthorDate: Mon Nov 6 17:34:08 2017 +0100

    Fix tests in camel-cdi
---
 components/camel-cdi/src/test/resources/camel-context-errorHandler.xml  | 2 +-
 .../src/test/resources/camel-context-routeContextRef-import.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-cdi/src/test/resources/camel-context-errorHandler.xml 
b/components/camel-cdi/src/test/resources/camel-context-errorHandler.xml
index a5064ad..69a76cb 100644
--- a/components/camel-cdi/src/test/resources/camel-context-errorHandler.xml
+++ b/components/camel-cdi/src/test/resources/camel-context-errorHandler.xml
@@ -25,7 +25,7 @@
     <errorHandler id="error-handler"
                   type="DeadLetterChannel"
                   deadLetterUri="mock:exception"
-                  onPrepareFailureRef="processor"/>
+                  onPrepareFailureRef="processor" 
xmlns="http://camel.apache.org/schema/spring"/>
 
     <camelContext id="test" errorHandlerRef="error-handler"
                   xmlns="http://camel.apache.org/schema/spring";>
diff --git 
a/components/camel-cdi/src/test/resources/camel-context-routeContextRef-import.xml
 
b/components/camel-cdi/src/test/resources/camel-context-routeContextRef-import.xml
index ec3b547..a464189 100644
--- 
a/components/camel-cdi/src/test/resources/camel-context-routeContextRef-import.xml
+++ 
b/components/camel-cdi/src/test/resources/camel-context-routeContextRef-import.xml
@@ -22,7 +22,7 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
        http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd";>
 
-    <import resource="imported-route-context.xml"/>
+    <import resource="imported-route-context.xml" 
xmlns="http://camel.apache.org/schema/spring"/>
 
     <camelContext id="test" xmlns="http://camel.apache.org/schema/spring";>
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <commits@camel.apache.org>'].

Reply via email to