fixed it myself:

the problem was that i used the same endpoint to read and write data (both
jdbc). The endpoint was set to use streamlist as output type that caused the
problem.
Now i am using 2 different endpoint (cumbersome to create 2 distinct
endpoints for endpoints that are singleton) and the one to write data uses
default output type - problem solved.



--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-jdbc-opens-one-thread-per-update-query-until-db-error-tp5772863p5772866.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to