If I import camel/camel-box quickstart into Fuse Tooling, Fuse Tooling is complaining
| Description | Resource | Path | Location | Type |
|---|---|---|---|---|
| Parameter apiName is a mandatory field and cannot be empty. | box.xml | /camel-box/src/main/resources/OSGI-INF/blueprint | line 76 | Red Hat Fuse Tooling Validation Problem |
Relevant part of the Camel Context XML file is:
...
|
<to id="_to1" uri="box://files/uploadFile"/>
|
...
|
The problem here are // in component's uri. If you remove these symbols, the problem is solved (no error from Fuse Tooling validator).