Hi,
before this change it was possible to use a dynamic file endpoint in pollEnrich, like
.pollEnrich().simple("file:...fileName=${variable.fileNameVariable}&move=...)
but after the change I get
Caused by: org.apache.camel.NoSuchLanguageException: No language could be found for: simple-no-file
at org.apache.camel.karaf.core.OsgiLanguageResolver.resolveLanguage(OsgiLanguageResolver.java:56) ~[?:?]
at org.apache.camel.impl.engine.AbstractCamelContext.doResolveLanguage(AbstractCamelContext.java:1783) ~[!/:?]...
Hi,
before this change it was possible to use a dynamic file endpoint in pollEnrich, like
.pollEnrich().simple("file:...fileName=${variable.fileNameVariable}&move=...)
but after the change I get
Caused by: org.apache.camel.NoSuchLanguageException: No language could be found for: simple-no-file
at org.apache.camel.karaf.core.OsgiLanguageResolver.resolveLanguage(OsgiLanguageResolver.java:56) ~[?:?]
at org.apache.camel.impl.engine.AbstractCamelContext.doResolveLanguage(AbstractCamelContext.java:1783) ~[!/:?]...