Re: Multiple Datasource in sql or JDBC component

2015-12-04 Thread jtoepfer
e sql component. If you have any questions feel free to respond. -J - Josh Toepfer -- View this message in context: http://camel.465427.n5.nabble.com/Multiple-Datasource-in-sql-or-JDBC-component-tp5774594p5774677.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Multiple Datasource in sql or JDBC component

2015-12-04 Thread fxthomas
ok thanks , will try this -- View this message in context: http://camel.465427.n5.nabble.com/Multiple-Datasource-in-sql-or-JDBC-component-tp5774594p5774680.html Sent from the Camel - Users mailing list archive at Nabble.com.

Multiple Datasource in sql or JDBC component

2015-12-01 Thread Felix Thomas
hello, From the document I could not find any option to use multiple datasource for a single SQL statement . For example I have a Join to another table in another oracle schema. Is it possible to be able to do that in camel sql or JDBC componenet ?. Or I will have to use a bean for that specific