|
|
|
This is done in
http://fisheye.codehaus.org/changelog/mule/?cs=11316 Keeping the issue open as I have one test left that fails (GZipTransformerRawBytesTestCase) fixed the failing test in http://fisheye.codehaus.org/changelog/mule/?cs=11337
FileToString transformer should accept InputStream type.
http://www.nabble.com/2.0-FileConnector-question-tp16609060p16609060.html Hopefully this is the last of them, I couldn't find any others anyway.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2: I don't think so. Transformers should return whatever is the most efficient format. So if they can return a Stream or an OutputHandler they should. Then the next thing down the line will have the best opportunity for efficient conversion to what it needs.
#3: A big YES here