[ https://issues.apache.org/activemq/browse/CAMEL-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58963#action_58963 ]
Claus Ibsen commented on CAMEL-2658: ------------------------------------ trunk: 935809. Fixed mina and sending files. > 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.