Issue Type: Feature Request Feature Request
Affects Versions: 1.0
Assignee: Unassigned
Components: component-camel
Created: 11/Jul/13 4:48 PM
Description:

Right now SY supportes a nice set of Camel components as gateway bindings (e.g. file, sql, mail, etc.). The tooling and the configuration model however only support a subset of all possible configuration options for these gateways.
It would be nice if there was a generic option for all of these integrated Camel gateway bindings (e.g. "additionalUriParameters") where one would be able to add more - not via SY config model supported - custom parameters that would be appended to the gateways config URI.
This way if one would like or need to use a unsupported config option for e.g. the scheduler component he/she would not need to fallback to the very generic CamelURI gateway but could still use the nice tooling integration for the integrated bindings and just add the non-model options into this generic option field.

An example would be the SY scheduler component that currently does not support the trigger.timeZone config parameter. But if there was a generic uri parameter option it could look like this
<cron:additionalUriParameters>trigger.TimeZone=GMT</cron:additionalUriParameters>. Problem solved without the need to use Camel URI gateway.

Project: SwitchYard
Priority: Major Major
Reporter: Thorsten Kunz
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira