Your error message is telling "Incorrect integer value: '\xAC\xED\x00\x05sr\x00,org.apache.camel.example.etl.PromotionEntity$\x0C\xF5\xF1\x08\x0B\xA2\x81\x02\x00\x05L\x00\x02idt\x00\x10' for column 'ITEM_PROMOTION_ID'". It seems to that you are trying to insert a Java String into a SQL Number column. Either the PromotionEntity has a column mapping problem or your database schema is wrong.
Gérald -- View this message in context: http://camel.465427.n5.nabble.com/How-to-write-a-type-converter-tp5741592p5741660.html Sent from the Camel - Users mailing list archive at Nabble.com.