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/09/09 12:37:40 UTC

[jira] Created: (CAMEL-3112) Add encoding option on file component

Add encoding option on file component
-------------------------------------

                 Key: CAMEL-3112
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3112
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 2.6.0


To make it easier to read/write files using that given encoding. Currently you have to set that as a property on the Exchange using setProperty in the DSL.

But when using @Produce or @Consume you only got the endpoint uri. So having this in the component makes it easier.

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


[jira] Updated: (CAMEL-3112) Add encoding option on file component

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

Willem Jiang updated CAMEL-3112:
--------------------------------

    Fix Version/s: 2.5.0
                       (was: 2.6.0)

> Add encoding option on file component
> -------------------------------------
>
>                 Key: CAMEL-3112
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3112
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: 2.5.0
>
>
> To make it easier to read/write files using that given encoding. Currently you have to set that as a property on the Exchange using setProperty in the DSL.
> But when using @Produce or @Consume you only got the endpoint uri. So having this in the component makes it easier.

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


[jira] Resolved: (CAMEL-3112) Add encoding option on file component

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

Willem Jiang resolved CAMEL-3112.
---------------------------------

    Resolution: Fixed

Updated the wiki page for it.

> Add encoding option on file component
> -------------------------------------
>
>                 Key: CAMEL-3112
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3112
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: 2.5.0
>
>
> To make it easier to read/write files using that given encoding. Currently you have to set that as a property on the Exchange using setProperty in the DSL.
> But when using @Produce or @Consume you only got the endpoint uri. So having this in the component makes it easier.

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


[jira] Commented: (CAMEL-3112) Add encoding option on file component

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61766#action_61766 ] 

Willem Jiang commented on CAMEL-3112:
-------------------------------------

Introduced charset option into the GenericFileEndpoint, so you can specify the encoding of file with this option.


> Add encoding option on file component
> -------------------------------------
>
>                 Key: CAMEL-3112
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3112
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: 2.5.0
>
>
> To make it easier to read/write files using that given encoding. Currently you have to set that as a property on the Exchange using setProperty in the DSL.
> But when using @Produce or @Consume you only got the endpoint uri. So having this in the component makes it easier.

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


[jira] Assigned: (CAMEL-3112) Add encoding option on file component

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

Willem Jiang reassigned CAMEL-3112:
-----------------------------------

    Assignee: Willem Jiang

> Add encoding option on file component
> -------------------------------------
>
>                 Key: CAMEL-3112
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3112
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: 2.6.0
>
>
> To make it easier to read/write files using that given encoding. Currently you have to set that as a property on the Exchange using setProperty in the DSL.
> But when using @Produce or @Consume you only got the endpoint uri. So having this in the component makes it easier.

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