[
https://issues.apache.org/activemq/browse/CAMEL-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-1763.
--------------------------------
Resolution: Fixed
trunk: 788778.
See wiki:
http://cwiki.apache.org/confluence/display/CAMEL/Bean+Binding
> Parameter Mapping - Add CamelContext as default parameter mapping
> -----------------------------------------------------------------
>
> Key: CAMEL-1763
> URL: https://issues.apache.org/activemq/browse/CAMEL-1763
> Project: Apache Camel
> Issue Type: Improvement
> Affects Versions: 2.0-M2
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 2.0.0
>
>
> Class DefaultParameterMappingStrategy should also know about
> - CamelContext
> - Registry
> then people can get these mapped automatically when using bean parameter
> binding.
> {code}
> public String doSomething(String body, Registry registry) {
> // you can use registry to lookup beans
> }
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.