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 2016/01/28 11:27:40 UTC

[jira] [Resolved] (CAMEL-9545) Dozer classloading may fail with spring based context

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

Claus Ibsen resolved CAMEL-9545.
--------------------------------
    Resolution: Fixed
      Assignee: Claus Ibsen

Thanks for the PR

> Dozer classloading may fail with spring based context
> -----------------------------------------------------
>
>                 Key: CAMEL-9545
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9545
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-dozer
>            Reporter: Thomas Diesler
>            Assignee: Claus Ibsen
>             Fix For: 2.17.0, 2.16.3
>
>
> Dozer assumes that it can load user types from the classloader of the dozer implementation, which is of course quite wrong in a modular environment. In Camel we have a hack in DozerTypeConverterLoader, which prior to creating the bean mapper forces the classLoaderBeanName in GlobalSettings to DozerThreadContextClassLoader and then initialises the TCCL with the application ClassLoader associated with the CamelContext.
> With a spring based context, this code path is not executed and therefore the application ClassLoader associated with the CamelContext ignored.



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