You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2014/08/22 18:56:43 UTC

[4/4] git commit: hdfs test passing

hdfs test passing


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

Branch: refs/heads/master
Commit: 835a41edf614ba6edceb4a1f59a0ad2028fb7590
Parents: 3523fa1
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Aug 22 12:55:54 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Aug 22 12:56:11 2014 -0400

----------------------------------------------------------------------
 .../org/apache/camel/itest/osgi/hdfs/blueprintCamelContext.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/835a41ed/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/hdfs/blueprintCamelContext.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/hdfs/blueprintCamelContext.xml b/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/hdfs/blueprintCamelContext.xml
index a905acf..353a389 100644
--- a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/hdfs/blueprintCamelContext.xml
+++ b/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/hdfs/blueprintCamelContext.xml
@@ -45,7 +45,7 @@
         <!-- using Camel properties component and refer to the blueprint property placeholder by its id -->
         <propertyPlaceholder id="properties" location="blueprint:external"
                              prefixToken="[[" suffixToken="]]"
-                             propertyPrefix="prefix."/>
+                             />
         <route>
             <from uri="direct:start"/>
 <!--             <to uri="hdfs2://localhost:9000/hdfs/test-camel?fileSystemType=HDFS&amp;splitStrategy=BYTES:5,IDLE:1000"/> -->