Claus Ibsen created CAMEL-7219:
----------------------------------

             Summary: 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:simple: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)

Reply via email to