[
https://issues.apache.org/jira/browse/CAMEL-16985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17417052#comment-17417052
]
Zhiying Yan commented on CAMEL-16985:
-------------------------------------
[~davsclaus], I am from Talend, and we created a route with cRest, cProcessor
components. the consumer type is JSON for cRest. I send request from soapUI
with a json string. in cProcessor, I use exhange.getIn().getBody(String.class)
which works well in Studio7.3 which used camel 2.24.2, but not in camel 3.4.3.
I dive in the code and find the CoreTypeConverterRegistry, the convertTo
returns a null.
Please don't close this issue, but let know if any more info needed.
> camel 3.11.1 could convert json string from request and get a null
> ------------------------------------------------------------------
>
> Key: CAMEL-16985
> URL: https://issues.apache.org/jira/browse/CAMEL-16985
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 3.11.1
> Reporter: Zhiying Yan
> Priority: Major
>
> I created a simple route which has a cxfrs with post consuming json, but the
> processor exchange.getIn().getBody(String.class) return a null.
> but in camel 2.24.2 it works well.
> I checked the code, in CoreTypeConverterRegistry, the convertTo returns a
> null.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)