You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Roman Kalukiewicz (JIRA)" <ji...@apache.org> on 2007/10/30 16:34:23 UTC

[jira] Created: (CAMEL-194) Converters are not found properly

Converters are not found properly
---------------------------------

                 Key: CAMEL-194
                 URL: https://issues.apache.org/activemq/browse/CAMEL-194
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 1.2.0
            Reporter: Roman Kalukiewicz
         Attachments: camel-converter.patch

There is default converter from dom.Document -> xml.transform.DOMSource

Unfortunately when you try to send DOM document (implementation) and convert it to Source there is no converter found, because Document cannot be assigned to implementation without a cast.

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


[jira] Resolved: (CAMEL-194) Converters are not found properly

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

James Strachan resolved CAMEL-194.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0

Patch applied with thanks! I guess we could do with a test case though :) 

> Converters are not found properly
> ---------------------------------
>
>                 Key: CAMEL-194
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-194
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.2.0
>            Reporter: Roman Kalukiewicz
>             Fix For: 1.3.0
>
>         Attachments: camel-converter.patch
>
>
> There is default converter from dom.Document -> xml.transform.DOMSource
> Unfortunately when you try to send DOM document (implementation) and convert it to Source there is no converter found, because Document cannot be assigned to implementation without a cast.

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