Thanks for your reply, Allan. Now I have removed all the routes from camel-context which were using bindy. So the bindy error message is gone. However, the main error in data conversion (unmarshalling) is still there.
[ main] BeanUtils DEBUG No property editor [org.apache.camel.model.DataFormatDefinitionEditor] found for type org.apache.camel.model.DataFormatDefinition according to 'Editor' suffix convention [ main] DefaultListableBeanFactory DEBUG Failed to convert bean 'wynFlatFileDataFormat' to required type [org.apache.camel.model.DataFormatDefinition] org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type [ign.wyn.integration.common.dataformat.csv.WynFlatFileDataFormat] to required type [org.apache.camel.model.DataFormatDefinition]; nested exception is java.lang.IllegalStateException: Cannot convert value of type [ign.wyn.integration.common.dataformat.csv.WynFlatFileDataFormat] to required type [org.apache.camel.model.DataFormatDefinition]: no matching editors or conversion strategy found -- View this message in context: http://camel.465427.n5.nabble.com/Error-in-Unmarshalling-to-custom-data-format-tp5794344p5794371.html Sent from the Camel - Users mailing list archive at Nabble.com.
