Hi Willem, Finally figured it out. I had to set the CachedOuptutStream.Threshold to greater than the default.
camel.context.getProperties.put(CachedOutputStream.THRESHOLD, "750000"); It was not clear at all that this was the case because of the conversion error...thanks for all your help! S -- View this message in context: http://camel.465427.n5.nabble.com/TypeConversion-Error-tp5766411p5766529.html Sent from the Camel - Users mailing list archive at Nabble.com.
