Updated Branches: refs/heads/master 04e115a0d -> 3182ff08d
CAMEL-6797: Corrected the typo. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3182ff08 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3182ff08 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3182ff08 Branch: refs/heads/master Commit: 3182ff08d99de059a7efbc08c017525f23541077 Parents: 04e115a Author: Babak Vahdat <[email protected]> Authored: Sun Sep 29 08:55:23 2013 +0200 Committer: Babak Vahdat <[email protected]> Committed: Sun Sep 29 08:55:23 2013 +0200 ---------------------------------------------------------------------- .../component/quartz2/SpringQuartzConsumerClusteredAppTwo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3182ff08/components/camel-quartz2/src/test/resources/org/apache/camel/component/quartz2/SpringQuartzConsumerClusteredAppTwo.xml ---------------------------------------------------------------------- diff --git a/components/camel-quartz2/src/test/resources/org/apache/camel/component/quartz2/SpringQuartzConsumerClusteredAppTwo.xml b/components/camel-quartz2/src/test/resources/org/apache/camel/component/quartz2/SpringQuartzConsumerClusteredAppTwo.xml index ecca2f6..cef6baf 100644 --- a/components/camel-quartz2/src/test/resources/org/apache/camel/component/quartz2/SpringQuartzConsumerClusteredAppTwo.xml +++ b/components/camel-quartz2/src/test/resources/org/apache/camel/component/quartz2/SpringQuartzConsumerClusteredAppTwo.xml @@ -41,7 +41,7 @@ <property name="schedulerContextAsMap"> <!-- hook Camel into Quartz --> <map> - <entry key="CamelQuartzCamelContext-camelContext2" value-ref="camelContext2"/> + <entry key="CamelQuartzCamelContext-camelContext" value-ref="camelContext2"/> </map> </property> <property name="quartzProperties">
