[
https://issues.apache.org/jira/browse/CAMEL-7219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-7219.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.11.5
> 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, 2.11.5
>
>
> 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)