Yes, If I made the changes correctly. Out of the 34 tests, I removed 2 because
1- I don't use buffer like HawtDB does (HawtDBAggregateBufferSizeTest) 2- I don't have a Service implementation like HawtDBFile (HawtDBAggregationRepositoryLoadExistingTest) I could not see any advantage to have a Service implementation for the database, but I might be missing something here. Open to suggestions ;) At the moment, my implementation is only composed of 2 classes: 1- JdbcAggregationRepository, the RecoverableAggregationRepository implementation 2- JdbcCamelCodec, with (un) marshall Exchange <--> byte[] I will now test it with a Oracle database instead of the in-memory H2 I used for the unit tests -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-Persistence-tp2800301p3272041.html Sent from the Camel - Users mailing list archive at Nabble.com.
