Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.15.1
-
Component/s: camel-restlet, rest
-
Labels:None
-
Estimated Complexity:Novice
Description
Rest properties for RestletComponent are not picked up by the component because it's incorrectly looking for "restle" properties instead of "restlet".
// configure component options RestConfiguration config = getCamelContext().getRestConfiguration(); if (config != null && (config.getComponent() == null || config.getComponent().equals("restle"))) { // configure additional options on spark configuration if (config.getComponentProperties() != null && !config.getComponentProperties().isEmpty()) { setProperties(this, config.getComponentProperties()); } }
Attachments
Issue Links
- relates to
-
CAMEL-7364 JpaMessageIdRepository uses EntityManager non thread-safe
-
- Resolved
-