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 <[email protected]>
Authored: Thu Sep 24 15:14:09 2015 +0200
Committer: Claus Ibsen <[email protected]>
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 -->

Reply via email to