Hello, I made a wrong assumption about the DefaultExchange. Using the DefaultExchangeHolder makes it really easy.
I made a first test. It's still a bit messy but it appears to gives the expected results/behavior. About that, I saw that the HawtDB codec marshall the key into a Buffer. I did not do that since all the keys are always String, and therefore stored in a Varchar field in the database. Did I miss something here or is it really HawtDB related ? I suppose there is a reason why the index are parametrized with <Buffer,Buffer> and not <String,Buffer>. -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-Persistence-tp2800301p3258350.html Sent from the Camel - Users mailing list archive at Nabble.com.
