You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/02/18 17:44:27 UTC

[jira] [Updated] (CAMEL-7219) Language endpoint with constant cannot load from classpath

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

Claus Ibsen updated CAMEL-7219:
-------------------------------

    Description: 
A route as
{code}
                from("direct:start")
                    .to("language:constant:resource:classpath:org/apache/camel/component/language/hello.txt")
                    .to("mock:result");
{code}

does not work as expected.

  was:
A route as
{code}
                from("direct:start")
                    .to("language:simple:resource:classpath:org/apache/camel/component/language/hello.txt")
                    .to("mock:result");
{code}

does not work as expected.


> Language endpoint with constant cannot load from classpath
> ----------------------------------------------------------
>
>                 Key: CAMEL-7219
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7219
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.12.3
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.12.4, 2.13.0
>
>
> A route as
> {code}
>                 from("direct:start")
>                     .to("language:constant:resource:classpath:org/apache/camel/component/language/hello.txt")
>                     .to("mock:result");
> {code}
> does not work as expected.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)