Yogesh,
thank you! it works now.
Best Regards,
Swee Thai
--
View this message in context:
http://camel.465427.n5.nabble.com/2-15-1-FailedToCreateRouteException-DataSource-must-be-configured-tp5766999p5767235.html
Sent from the Camel - Users mailing list archive at Nabble.com.
try renaming bean id "sqlCDM" to "sql"
Regards,
-Yogesh
--
View this message in context:
http://camel.465427.n5.nabble.com/2-15-1-FailedToCreateRouteException-DataSource-must-be-configured-tp5766999p5767109.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi,
I am trying to configure the Camel sql component to read data from Oracle
DB. The jdbc connection string used in the ApplicationContext.xml was
tested with java code and able to connect to OracleDB successfully. But I am
not sure why in Camel I am facing the following error.
Please Help. Th