Hi,
I need to create dynamic JDBC Connector, i.e., it has to dynamically pick driver for different SQL.
The dataSource as bean in camelContext.xml works fine.
I am trying to create REST way so the credentials and other info to connect to DB will be taken as JSON and the operation must be carried,
Kindly help.