seems to successfully dump the database entries to files in the target/customers directory. Unless I'm misunderstanding the sample, the consumeDelete=false is meant to ensure that the dump of the database does not delete the entries from the database. However, when running the etl sample querying the customer table in the database, the list is empty. I suspect the consumeDelete=false isn't working.
Description
In org/apache/camel/example/etl/EtlRoutes.java, the following line:
seems to successfully dump the database entries to files in the target/customers directory. Unless I'm misunderstanding the sample, the consumeDelete=false is meant to ensure that the dump of the database does not delete the entries from the database. However, when running the etl sample querying the customer table in the database, the list is empty. I suspect the consumeDelete=false isn't working.
Claus Ibsen - 02/Apr/08 10:08 PM It was just a mistyped URI in the sample.
The JPA component works fine.
I will spin off a new task for the missing options in the wiki
flushOnSend (default = true)
maximumResults (default = -1)