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 2010/04/19 17:25:11 UTC

[jira] Resolved: (CAMEL-2658) GenericFile - Should not be serializable

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

Claus Ibsen resolved CAMEL-2658.
--------------------------------

    Resolution: Fixed

trunk: 935619.

> GenericFile - Should not be serializable
> ----------------------------------------
>
>                 Key: CAMEL-2658
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2658
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.2.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> GenericFile should not be Serializable as nobody wants to send such an object instance over the remote network or persist it in a object store. (eg camel hawtdb)
> Instead you want to store the file content.
> This reduces the issue with people having to remember to add {{.convertBodyTo("String")}} in the routes to force Camel to load the file.

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