Hide Forgot
Date of First Response: 2010-04-13 08:50:10 project_key: SOA See linked issue.
Link: Added: This issue depends JBESB-3278
At present this is the expected behaviour of AbstractFileGateway.
Release Note reads: https://jira.jboss.org/jira/browse/JBESB-3278 Currently, the AbstractFileGateway only processes ESB service response data of type byte[]. It ignores data of type String. This is because this functionality has not yet been added. To work around this limitation, add the String to the message as someString.getBytes() in an ESB action.