streaming of an sql resultset

2012-03-08 Thread Walter De Wit
Hello, I want to use the output of a SQL query as input for my processing where each record of the resultset becomes an exchange. It is like the file: producer in streaming mode. The resultset of the query is too big to load in memory in one List instance. With frameworks like iBatis it is possibl

Re: streaming of an sql resultset

2012-03-13 Thread Walter De Wit
a time. > eg return an iterator that walks the ResultSet. > > > > On Thu, Mar 8, 2012 at 3:19 PM, Walter De Wit wrote: > > Hello, > > > > I want to use the output of a SQL query as input for my processing where > > each record of the resultset becomes an

Re: Camel route configuration help

2012-05-24 Thread Walter De Wit
I'm new to Camel but interested if my proposal makes sence. So here is the solution I suggest: I would copy A to a header variable for later use. B requires A to be in the message body so that's ok. The XSLT B will put the result of the transformation in the body. put C also in the header and put