Updated Branches: refs/heads/camel-2.12.x e00cc6e43 -> aca1edfad
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/aca1edfa Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/aca1edfa Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/aca1edfa Branch: refs/heads/camel-2.12.x Commit: aca1edfad4cf59838b2ef2be79da59206baae373 Parents: e00cc6e Author: Babak Vahdat <[email protected]> Authored: Sun Sep 29 08:55:23 2013 +0200 Committer: Babak Vahdat <[email protected]> Committed: Sun Sep 29 08:56:34 2013 +0200 ---------------------------------------------------------------------- .../component/quartz2/SpringQuartzConsumerClusteredAppTwo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/aca1edfa/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">
