Hi All, I currently having issues with the SQL component in my camel project. I was using the stack overflow forum to try and get some help but haven't been able to get any yet and then I discovered these forums.
My camel project uses Spring DSL. It has multiple routes specified in a route context. What I am finding is that when I have two routes in my routeContext both routes only execute once but as soon as I add a third (no matter what route that third is), camel starts to execute all the routes infinitely. All of my routes lead to sql inserts so having the same route run more than once causes a duplicate key error. I've played around with things a bit to try and get around it but not luck yet. Here is the link to the original post which describes the issue in depth. http://stackoverflow.com/questions/18738832/camel-route-inside-routecontext-executing-infinitely <http://stackoverflow.com/questions/18738832/camel-route-inside-routecontext-executing-infinitely> Thanks in advance for your help ! -- View this message in context: http://camel.465427.n5.nabble.com/SQL-component-issue-infinite-loop-tp5739486.html Sent from the Camel - Users mailing list archive at Nabble.com.