Re: Running a delete query within a route

2014-08-25 Thread Matt Raible
On Fri, Aug 22, 2014 at 1:09 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Ah yeah in the EIP senses its more like a content enricher where you do not enrich anything. You can do this today, but then you need to provide a aggregation strategy that just returns the oldExchange. Though we

Re: Running a delete query within a route

2014-08-22 Thread Claus Ibsen
Hi Ah yeah in the EIP senses its more like a content enricher where you do not enrich anything. You can do this today, but then you need to provide a aggregation strategy that just returns the oldExchange. Though we could also consider to make this easier out of the box, with a sorta noop DSL or

Running a delete query within a route

2014-08-21 Thread Matt Raible
I have a route that does a number of things: .process(lookupToHeadersProcessor) // 1) converts input parameters to headers .to(bean:myStoredProcedure) // 2) calls a stored procedure, that enters a record in a TEMP table and returns the ID .recipientList(simple(sql:select ret_string from TEMP +