Description
If I import camel/camel-linkedin quickstart into Fuse Tooling, Fuse Tooling is complaining
Description | Resource | Path | Location | Type |
---|---|---|---|---|
Parameter apiName is a mandatory field and cannot be empty. | linkedin.xml | /camel-linkedin/src/main/resources/OSGI-INF/blueprint | line 72 | Red Hat Fuse Tooling Validation Problem |
The problem here is in the Camel Context XML file:
... <from id="_from1" uri="linkedin://search/searchCompanies?fields=:(companies:(name,twitter-id,website-url))&keywords=Red%20Hat&consumer.timeUnit=SECONDS&consumer.delay=60&consumer.initialDelay=15"/> ...
Notice redundant // in ...linkedin://search...
Attachments
Issue Links
- is related to
-
ENTESB-6126 [Quickstarts] Fix "apiName" that are not set but mandatory in camel-box and camel-linkedin examples
-
- Done
-