You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/01/19 17:09:03 UTC

[jira] Resolved: (CAMEL-1272) annotation type converter discover doesn't cater for Exchange is optional parameter

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

Claus Ibsen resolved CAMEL-1272.
--------------------------------

    Resolution: Fixed
      Assignee: Claus Ibsen

> annotation type converter discover doesn't cater for Exchange is optional parameter
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-1272
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1272
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-stream
>    Affects Versions: 1.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.5.1, 2.0.0
>
>
> {code}
> [pache.camel.spring.Main.main()] DefaultTypeConverter           WARN  Overriding type converter from: StaticMethodTypeConverter: public static java.io.InputStream org.apache.camel.converter.IOConverter.toInputStream(java.lang.String) to: StaticMethodTypeConverter: public static java.io.InputStream org.apache.camel.converter.IOConverter.toInputStream(java.lang.String,org.apache.camel.Exchange)
> [pache.camel.spring.Main.main()] DefaultTypeConverter           WARN  Overriding type converter from: StaticMethodTypeConverter: public static java.io.InputStream org.apache.camel.converter.IOConverter.toInputStream(java.io.BufferedReader,org.apache.camel.Exchange) throws java.io.IOException to: StaticMethodTypeConverter: public static java.io.InputStream org.apache.camel.converter.IOConverter.toInputStream(java.io.BufferedReader) throws java.io.IOException
> {code}
> The WARN above is the same type converter where we have an optional Exchange parameter.
> We should keep the Exchange version if we only keep one in the registry.

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