You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/06/29 10:44:06 UTC

[jira] Created: (AMQ-2312) activemq-camel - duplicate type converter

activemq-camel - duplicate type converter
-----------------------------------------

                 Key: AMQ-2312
                 URL: https://issues.apache.org/activemq/browse/AMQ-2312
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.2.0
            Reporter: Claus Ibsen
            Priority: Minor


Reported on IRC by end user using ActiveMQ with Camel 2.0m2

[10:34]  <EriB> Hey I just found this warning:
[10:34]  <EriB>  WARN DefaultTypeConverter:197 - Overriding type converter from: StaticMethodTypeConverter: public static org.apache.activemq.command.ActiveMQDestination org.apache.camel.component.activemq.ActiveMQConverter.toDestination(java.lang.String) to: StaticMethodTypeConverter: public static
[10:34]  <EriB> org.apache.activemq.command.ActiveMQDestination org.apache.activemq.camel.converter.ActiveMQConverter.toDestination(java.lang.String)



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-2312) activemq-camel - duplicate type converter

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52539#action_52539 ] 

Claus Ibsen commented on AMQ-2312:
----------------------------------

Gary is the code in the 2 100% identical?

Are there the same number of methods in the two classes? Maybe there are more converters. eg move all to the same class.

The converter is well named however the class is also named converter. Are there more classes in the .converter package then that wins.
If not consider moving to the other packages.



> activemq-camel - duplicate type converter
> -----------------------------------------
>
>                 Key: AMQ-2312
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2312
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>
> Reported on IRC by end user using ActiveMQ with Camel 2.0m2
> [10:34]  <EriB> Hey I just found this warning:
> [10:34]  <EriB>  WARN DefaultTypeConverter:197 - Overriding type converter from: StaticMethodTypeConverter: public static org.apache.activemq.command.ActiveMQDestination org.apache.camel.component.activemq.ActiveMQConverter.toDestination(java.lang.String) to: StaticMethodTypeConverter: public static
> [10:34]  <EriB> org.apache.activemq.command.ActiveMQDestination org.apache.activemq.camel.converter.ActiveMQConverter.toDestination(java.lang.String)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AMQ-2312) activemq-camel - duplicate type converter

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder updated AMQ-2312:
------------------------------

    Fix Version/s: 5.5.0
                       (was: 5.4.1)

> activemq-camel - duplicate type converter
> -----------------------------------------
>
>                 Key: AMQ-2312
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2312
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>             Fix For: 5.5.0
>
>
> Reported on IRC by end user using ActiveMQ with Camel 2.0m2
> [10:34]  <EriB> Hey I just found this warning:
> [10:34]  <EriB>  WARN DefaultTypeConverter:197 - Overriding type converter from: StaticMethodTypeConverter: public static org.apache.activemq.command.ActiveMQDestination org.apache.camel.component.activemq.ActiveMQConverter.toDestination(java.lang.String) to: StaticMethodTypeConverter: public static
> [10:34]  <EriB> org.apache.activemq.command.ActiveMQDestination org.apache.activemq.camel.converter.ActiveMQConverter.toDestination(java.lang.String)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-2312) activemq-camel - duplicate type converter

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52537#action_52537 ] 

Gary Tully commented on AMQ-2312:
---------------------------------

who should win here. I am guessing the component but the converter package is well named!

> activemq-camel - duplicate type converter
> -----------------------------------------
>
>                 Key: AMQ-2312
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2312
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>
> Reported on IRC by end user using ActiveMQ with Camel 2.0m2
> [10:34]  <EriB> Hey I just found this warning:
> [10:34]  <EriB>  WARN DefaultTypeConverter:197 - Overriding type converter from: StaticMethodTypeConverter: public static org.apache.activemq.command.ActiveMQDestination org.apache.camel.component.activemq.ActiveMQConverter.toDestination(java.lang.String) to: StaticMethodTypeConverter: public static
> [10:34]  <EriB> org.apache.activemq.command.ActiveMQDestination org.apache.activemq.camel.converter.ActiveMQConverter.toDestination(java.lang.String)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.