[
https://jira.jboss.org/jira/browse/JBESB-2981?page=com.atlassian.jira.plu...
]
Magesh Kumar B updated JBESB-2981:
----------------------------------
Attachment: JBESB-2981.patch
Sample usage for supplied patch:
<fs-listener busidref="FileProvider" is-gateway="true"
name="FileGateway">
<property name="is-textfile" value="true"/>
<property name="encoding" value="ISO-8859-1"/>
</fs-listener>
is-textfile default is false
encoding default is 'UTF-8'
Support textual file contents in file and remote gateways
---------------------------------------------------------
Key: JBESB-2981
URL:
https://jira.jboss.org/jira/browse/JBESB-2981
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Transports
Affects Versions: 4.7
Reporter: Kevin Conner
Fix For: 4.8
Attachments: JBESB-2981.patch
The current implementation of these gateways generates the contents of the message as a
byte[], as they must assume that they are binary.
We should add the ability to create textual representations, instead of binary ones, by
converting the byte[] to a String using a specified character set.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira