[
https://issues.apache.org/activemq/browse/CAMEL-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Anstey updated CAMEL-947:
----------------------------------
Fix Version/s: 2.0.0
Affects Version/s: 1.5.0
Description:
The methodCall element does not match the method() call in Java. We should
change 'methodCall' to 'method' in the Spiring DSL.
Java DSL: method(bean, method)
Spring DSL: methodCall(bean, method)
See also http://activemq.apache.org/camel/bean-language.html
Component/s: camel-core
camel-spring
> Rename methodCall in Spring DSL
> -------------------------------
>
> Key: CAMEL-947
> URL: https://issues.apache.org/activemq/browse/CAMEL-947
> Project: Apache Camel
> Issue Type: Sub-task
> Components: camel-core, camel-spring
> Affects Versions: 1.5.0
> Reporter: Jonathan Anstey
> Assignee: Jonathan Anstey
> Fix For: 2.0.0
>
>
> The methodCall element does not match the method() call in Java. We should
> change 'methodCall' to 'method' in the Spiring DSL.
> Java DSL: method(bean, method)
> Spring DSL: methodCall(bean, method)
> See also http://activemq.apache.org/camel/bean-language.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.