Repository: camel
Updated Branches:
  refs/heads/master 91945a86e -> f1bcfbf6f


CAMEL-8491: Camel POJO producer/consumer should defer starting until 
CamelContext is starting


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

Branch: refs/heads/master
Commit: f1bcfbf6f2801365a01b44d8e55e763a878fae18
Parents: 91945a8
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Mar 19 13:25:36 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Mar 19 13:25:36 2015 +0100

----------------------------------------------------------------------
 .../camel/component/context/SpringDslContextComponentTest.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f1bcfbf6/components/camel-context/src/test/java/org/apache/camel/component/context/SpringDslContextComponentTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-context/src/test/java/org/apache/camel/component/context/SpringDslContextComponentTest.java
 
b/components/camel-context/src/test/java/org/apache/camel/component/context/SpringDslContextComponentTest.java
index 93957c7..65742d1 100644
--- 
a/components/camel-context/src/test/java/org/apache/camel/component/context/SpringDslContextComponentTest.java
+++ 
b/components/camel-context/src/test/java/org/apache/camel/component/context/SpringDslContextComponentTest.java
@@ -34,10 +34,10 @@ import 
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests;
 @ContextConfiguration
 public class SpringDslContextComponentTest extends 
AbstractJUnit4SpringContextTests {
 
-    @EndpointInject(uri = "tester:results")
+    @EndpointInject(uri = "tester:results", context = "tester")
     private MockEndpoint resultEndpoint;
 
-    @Produce(uri = "tester:start")
+    @Produce(uri = "tester:start", context = "tester")
     private ProducerTemplate template;
 
     @Test

Reply via email to