You're right, the tables should not be created by the component in production environment.
About the Serialization in a Blob field, I saw the HawtDB component uses a codec object from the HAwtbuf Library to perform the convertion between Exchange <--> Buffer. I supposed it was a restriction impose by HawtDB, but in my first tests with a H2 in-memory database I got a NotSerializableException http://camel.465427.n5.nabble.com/file/n3256967/NotSerializableException.stack.txt (stack) . I suppose DefaultExchange is serializable, so the issue probably comes from the Message body, am I right ? Or do I also need to implement a codec to perform the conversion ? -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-Persistence-tp2800301p3256967.html Sent from the Camel - Users mailing list archive at Nabble.com.
