Re: executing PL/SQL script

2014-11-09 Thread Christian Müller
> The custom bean could execute your PLSQL using eg. Springs JdbcTemplate > > /Preben > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/executing-PL-SQL-script-tp5758616p5758708.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: executing PL/SQL script

2014-11-07 Thread Preben.Asmussen
le.com/executing-PL-SQL-script-tp5758616p5758708.html Sent from the Camel - Users mailing list archive at Nabble.com.

executing PL/SQL script

2014-11-06 Thread Lustig, Marc
We are trying to execute a PLSQL script and we failed accomplishing this using either sql or jdbc component. Which Camel component is appropriate to execute a custom logic (plain Java class that executes some stuff independently) ? Cheers M.