You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2012/12/05 10:01:00 UTC

[jira] [Commented] (CAMEL-5847) camel-mongodb - Add converters for files or inputstreams

    [ https://issues.apache.org/jira/browse/CAMEL-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510365#comment-13510365 ] 

Willem Jiang commented on CAMEL-5847:
-------------------------------------

Applied the patch with thanks to Arnout. I changed the code to use IOConverter from camel-core to avoid introducing the dependency of common-io.
                
> camel-mongodb - Add converters for files or inputstreams
> --------------------------------------------------------
>
>                 Key: CAMEL-5847
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5847
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-mongodb
>    Affects Versions: 2.10.0
>            Reporter: Arnout Engelen
>            Assignee: Willem Jiang
>             Fix For: 2.10.4, 2.11.0
>
>         Attachments: mongodbconverters.diff
>
>
> Inserting files into MongoDB doesn't work like this:
> {code}
> from("file:///tmp/test/apachecon?runLoggingLevel=TRACE")
>     .to("mongodb:connectionBean?database=x&collection=y&operation=insert");
> {code}
> It requires an explicit {{.convertBodyTo(String.class)}}. 
> The attached patch adds {{Converter}}s for File and InputStream object, detecting and supporting both {{JSON}} and {{BSON}} files/streams.
> The {{new String(input, "utf-8"))}} fragment seems a bit dodgy, but I don't really see a better way.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira