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 2015/07/11 09:23:05 UTC

[jira] [Updated] (CAMEL-6511) auto-enable and detect Dozer mappings

     [ https://issues.apache.org/jira/browse/CAMEL-6511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-6511:
-------------------------------
    Component/s: camel-dozer

> auto-enable and detect Dozer mappings
> -------------------------------------
>
>                 Key: CAMEL-6511
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6511
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-dozer
>            Reporter: james strachan
>            Assignee: Grzegorz Grzybek
>             Fix For: 2.16.0
>
>
> I wonder if we can avoid having to explicitly configure in Spring the DozerTypeConverterLoader class along with the explicit org.dozer.DozerBeanMapper; but instead get camel-core to auto-detect (with META-INF/services or similar OSGi tricks) the presence of the camel-dozer library and then just automatically create it. e.g. using a META-INF/services/..../TypeConverterLoader file to force the lazy creation of the DozerTypeConverterLoader object.
> Then also automatically scan for all META-INF/services/dozerMapping.xml files and register them all. 
> For more info see: 
> http://camel.apache.org/dozer-type-conversion.html
> Then it would feel like Dozer mapping files are kinda like Camel type converters; that they are just automatically discovered and configured on the fly - if they are defined in the convention-over-configuration way?
> e.g. given that camel-dozer is on the classpath, all that is required is you add a META-INF/services/dozer/mapping.xml file to the classpath and hey-presto all the type conversions defined inside it are immediately available to Camel



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)