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)

Reply via email to