sannahan opened a new issue, #707: URL: https://github.com/apache/camel-karaf/issues/707
Hi, before [this change](https://github.com/apache/camel/commit/e46135dbe49dea1be22a5d374e1fc6671fa12c0b) 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) ~[!/:?]... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
