Language Support for Apache Camel
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
February 2021 | 347/899 | 55 (0.02%) | 10 |
January 2021 | 350/930 | 65 (0.01%) | 21 |
December 2020 | 363/919 | 63 (0.01%) | 14 |
November 2020 | 366/925 | 59 (0.01%) | 23 |
October 2020 | 390/927 | 54 (0.01%) | 16 |
September 2020 | 356/894 | 56 (0.01%) | 17 |
August 2020 | 330/867 | 55 (0.01%) | 20 |
July 2020 | 306/870 | 75 (0.02%) | 8 |
June 2020 | 298/867 | 85 (0.02%) | 19 |
May 2020 | 317/876 | 84 (0.02%) | 14 |
April 2020 | 340/891 | 79 (0.01%) | 10 |
March 2020 | 336/892 | 80 (0.01%) | 16 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Tuesday, February 23, 2021 - 12:49
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