You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/05/31 11:54:04 UTC

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

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

Claus Ibsen updated AMQ-6257:
-----------------------------
    Issue Type: Improvement  (was: Bug)

> duplicate typeconverter in activemq-camel and activemq-osgi
> -----------------------------------------------------------
>
>                 Key: AMQ-6257
>                 URL: https://issues.apache.org/jira/browse/AMQ-6257
>             Project: ActiveMQ
>          Issue Type: Improvement
>          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}
> Both the activemq-camel and activemq-osgi bundle are installed when installing the feature activemq-camel. The activemq-camel feature has a dependency on the activemq-client feature which loads the activemq-osgi bundle.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)