You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Ton Swieb (JIRA)" <ji...@apache.org> on 2016/04/15 14:58:25 UTC

[jira] [Created] (AMQ-6257) duplicate typeconverter in activemq-camel and activemq-osgi

Ton Swieb created AMQ-6257:
------------------------------

             Summary: duplicate typeconverter in activemq-camel and activemq-osgi
                 Key: AMQ-6257
                 URL: https://issues.apache.org/jira/browse/AMQ-6257
             Project: ActiveMQ
          Issue Type: Bug
          Components: activemq-camel
    Affects Versions: 5.12.1
            Reporter: Ton Swieb
            Priority: Minor


Both activemq-camel and activemq-osgi export the package org.apache.activemq.camel.converter which gives overriding type converter warnings.

{code}
07:42:13,303 | WARN  | xtenderThread-14 | DefaultTypeConverter             | 205 - org.apache.camel.camel-core - 2.16.1 | Overriding type converter from: StaticMethodTypeConverter: public static org.apache.activemq.command.ActiveMQDestination org.apache.activemq.camel.converter.ActiveMQConverter.toDestination(java.lang.String) to: StaticMethodTypeConverter: public static org.apache.activemq.command.ActiveMQDestination org.apache.activemq.camel.converter.ActiveMQConverter.toDestination(java.lang.String)
07:42:13,304 | WARN  | xtenderThread-14 | DefaultTypeConverter             | 205 - org.apache.camel.camel-core - 2.16.1 | Overriding type converter from: InstanceMethodTypeConverter: public org.apache.camel.Processor org.apache.activemq.camel.converter.ActiveMQMessageConverter.toProcessor(javax.jms.MessageListener) to: InstanceMethodTypeConverter: public org.apache.camel.Processor org.apache.activemq.camel.converter.ActiveMQMessageConverter.toProcessor(javax.jms.MessageListener)
07:42:13,304 | WARN  | xtenderThread-14 | DefaultTypeConverter             | 205 - org.apache.camel.camel-core - 2.16.1 | Overriding type converter from: InstanceMethodTypeConverter: public org.apache.activemq.command.ActiveMQMessage org.apache.activemq.camel.converter.ActiveMQMessageConverter.toMessage(org.apache.camel.Exchange) throws javax.jms.JMSException to: InstanceMethodTypeConverter: public org.apache.activemq.command.ActiveMQMessage org.apache.activemq.camel.converter.ActiveMQMessageConverter.toMessage(org.apache.camel.Exchange) throws javax.jms.JMSException
{code}



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