Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.
For more information on this matter, please visit #1.
If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.
Thank you for your understanding and cooperation.
Language Support for Apache Camel
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
January 2023 | 299/676 | 46 (0.01%) | 10 |
December 2022 | 374/805 | 32 (0.01%) | 15 |
November 2022 | 332/808 | 50 (0.01%) | 12 |
October 2022 | 317/811 | 55 (0.01%) | 13 |
September 2022 | 280/812 | 71 (0.02%) | 6 |
August 2022 | 329/808 | 43 (0.01%) | 11 |
July 2022 | 330/816 | 47 (0.01%) | 8 |
June 2022 | 330/810 | 45 (0.01%) | 11 |
May 2022 | 335/810 | 51 (0.01%) | 14 |
April 2022 | 338/817 | 50 (0.01%) | 12 |
March 2022 | 318/820 | 62 (0.01%) | 15 |
February 2022 | 337/819 | 47 (0.01%) | 14 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Sunday, January 29, 2023 - 23:45
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