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.