You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2016/01/28 04:19:39 UTC

[jira] [Created] (CAMEL-9543) Discovering new type converters in OSGi wipes out those manually added

Jonathan Anstey created CAMEL-9543:
--------------------------------------

             Summary: Discovering new type converters in OSGi wipes out those manually added
                 Key: CAMEL-9543
                 URL: https://issues.apache.org/jira/browse/CAMEL-9543
             Project: Camel
          Issue Type: Bug
    Affects Versions: 2.15.5
            Reporter: Jonathan Anstey
            Assignee: Jonathan Anstey


When adding a type converter manually like:
{code}
getContext().getTypeConverterRegistry().addTypeConverter(A.class, B.class, new ABConverter()); 
{code}
It gets removed from the type converter registry when a new type converter is discovered in a newly installed bundle. (Like when you install camel-hl7 feature in Karaf say).



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