Questions tagged [camel-jdbc]

Camel component for database access through jdbc api

This is an component camel-jdbc that allow to execute operation using api.

17 questions
0
votes
2 answers

Apache camel how to insert map value to data base using sql component

Apache camel how to insert map value to data base using SQL component My Class file: public class PolluxDataController { List stationsMasterList=new ArrayList(); List stationProccessedList=new…
Bibin Mathew
  • 1
  • 2
  • 3
0
votes
3 answers

Camel -Spring SQLException while using prepared statements

Using Camel 2.13.1 with Spring 2.7.11 and receiving an SQL exception while trying to run a update query using sql component. Below is how my update query is added to the route and I'm passing the input parameter values to this the statement using a…
Bharath ABK
  • 324
  • 3
  • 4
  • 16
1
2