You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/04/20 11:01:00 UTC

[jira] [Created] (CAMEL-13439) camel3 - DataFormatResolver should be able to lookup from model

Claus Ibsen created CAMEL-13439:
-----------------------------------

             Summary: camel3 - DataFormatResolver should be able to lookup from model
                 Key: CAMEL-13439
                 URL: https://issues.apache.org/jira/browse/CAMEL-13439
             Project: Camel
          Issue Type: Improvement
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.0.0, 3.0.0-M3


When you have data formats defined via ids, such as
{code}
    <dataFormats>
        <json library="Jackson" id="myjson"/>
        <jaxb contextPath="org.apache.camel.component.dozer.example.abc" id="myjaxb"/>
    </dataFormats>
{code}





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)