Language Support for Apache Camel
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
May 2022 | 363/780 | 30 (0.01%) | 12 |
April 2022 | 338/817 | 50 (0.01%) | 12 |
March 2022 | 318/820 | 62 (0.01%) | 15 |
February 2022 | 337/819 | 47 (0.01%) | 14 |
January 2022 | 347/817 | 46 (0.01%) | 15 |
December 2021 | 337/811 | 49 (0.01%) | 24 |
November 2021 | 337/822 | 51 (0.01%) | 24 |
October 2021 | 316/826 | 64 (0.01%) | 23 |
September 2021 | 302/830 | 67 (0.02%) | 22 |
August 2021 | 364/818 | 39 (0.01%) | 17 |
July 2021 | 307/826 | 61 (0.02%) | 26 |
June 2021 | 324/842 | 63 (0.01%) | 10 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Sunday, May 22, 2022 - 16:31
Reviews Sign in to post reviews
problem with Eclipse plugin when using variable routes
Submitted by Jacques Van der Merwe on Wed, 2019-10-09 00:56
Hi
When using variables in routes the plugin reports an unknown error
for example
from("{{fromRoute}}")
the {{fromRoute}} will be reported as an error
A blank meesage is deplayed in problem log like below
Description Resource Path Location Type
RestCamelRoute.java /rest-learncamel-spring-boot/src/main/java/com/learncamel/routes line 48 org.eclipse.lsp4e.diagnostic
The application still runs but the editor reports that there is an issue. The only way to fix it is extract the operation from the full route. like this
from("htttps://{{fromRoute}}")
Obviously I dont want this, in IntelliJ the plugin works better but I cant use IntelliJ
thanks
Jacques