You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Keegan Witt (JIRA)" <ji...@apache.org> on 2017/08/21 06:01:00 UTC

[jira] [Updated] (CAMEL-11683) Allow bean references in to() URI

     [ https://issues.apache.org/jira/browse/CAMEL-11683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keegan Witt updated CAMEL-11683:
--------------------------------
    Description: 
In 2.15 we had references using [to(java.lang.String)|https://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/model/ProcessorDefinition.html#to(java.lang.String)] that referenced beans, like this
{code:java}
.from(foo)
.to("bean:myBean?method=processMethod1")
{code}

  was:
See SO
https://stackoverflow.com/questions/45014811/apache-camel-version-2-16-using-wiretap-to-route-a-message-to-a-spring-bea


> Allow bean references in to() URI
> ---------------------------------
>
>                 Key: CAMEL-11683
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11683
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.16.5
>            Reporter: Keegan Witt
>            Assignee: Claus Ibsen
>             Fix For: 2.20.0
>
>
> In 2.15 we had references using [to(java.lang.String)|https://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/model/ProcessorDefinition.html#to(java.lang.String)] that referenced beans, like this
> {code:java}
> .from(foo)
> .to("bean:myBean?method=processMethod1")
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)