You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/09/24 15:16:42 UTC

[2/3] camel git commit: CAMEL-9160: Dynamic to - Should use language: as prefix when using other languages

CAMEL-9160: Dynamic to - Should use language: as prefix when using other languages


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

Branch: refs/heads/master
Commit: f69b6ea3a31ee4373510472fed56104166254230
Parents: da022e7
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Sep 24 15:14:09 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Sep 24 15:14:09 2015 +0200

----------------------------------------------------------------------
 .../SpringToDynamicLanguageSimpleAndXPathAndHeaderTest.xml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f69b6ea3/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringToDynamicLanguageSimpleAndXPathAndHeaderTest.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringToDynamicLanguageSimpleAndXPathAndHeaderTest.xml b/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringToDynamicLanguageSimpleAndXPathAndHeaderTest.xml
index 3e3b15f..1c254c5 100644
--- a/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringToDynamicLanguageSimpleAndXPathAndHeaderTest.xml
+++ b/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringToDynamicLanguageSimpleAndXPathAndHeaderTest.xml
@@ -26,7 +26,7 @@
   <camelContext xmlns="http://camel.apache.org/schema/spring">
     <route>
       <from uri="direct:start"/>
-      <toD uri="mock:+language:xpath:/order/@uri+header:sub"/>
+      <toD uri="mock:+language:xpath:/order/@uri+language:header:sub"/>
     </route>
   </camelContext>
   <!-- END SNIPPET: e1 -->