Implement something more than what? You only shared the Spring bean
definition with us, nothing else.

Best,
Christian
Am 31.08.2015 10:21 schrieb "Felix Thomas" <felix.tho...@gmail.com>:

> hello,
>
>      I have used kyroformat for marshalling using a bean as below .
>
>  <bean id="kyroFormat" class="com.XXX.camel.util.KyroDataFormat"/>
>
>
>
>       I get the below message in the logs , not sure is its an issue or not
> , since i see the messages marshalled  in the queue..Do i need to implement
> something more
>
> DEBUG 28-08 16:50:19,456                                        [main]
> [org.springframework.beans.factory.support.DefaultListableBeanFactory] |
> Failed to convert bean 'kyroFormat' to required type
> [org.apache.camel.model.DataFormatDefinition]
>
> *org.springframework.beans.ConversionNotSupportedException*: Failed to
> convert value of type 'com.XXX.camel.util.KyroDataFormat' to required type
> 'org.apache.camel.model.DataFormatDefinition'; nested exception is
> *java.lang.IllegalStateException*: Cannot convert value of type
> [com.XXX.camel.util.KyroDataFormat] to required type
> [org.apache.camel.model.DataFormatDefinition]: no matching editors or
> conversion strategy found
>
>        at org.springframework.beans.TypeConverterSupport.doConvert(
> *TypeConverterSupport.java:74*)
>
>
>
> Rgrds
> Felix T
>

Reply via email to