Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-6257

duplicate typeconverter in activemq-camel and activemq-osgi

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 5.12.1
    • None
    • Camel
    • None

    Description

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

      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
      

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tonswieb Ton Swieb
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: