I could be wrong, but I think the error message is saying you have not
specified what type of format you would want to marshal/unmarshal it
into/from. Thus I think you would need to define the data formats, if you
haven't already done that.

http://camel.apache.org/data-format.html#DataFormat-UsingSpringXML

Regards,
Allan C.

On 24 February 2017 at 12:36, Amruta Jawlekar <[email protected]> wrote:

> 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.
>

Reply via email to