Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E2C7A186C4 for ; Thu, 30 Apr 2015 04:04:07 +0000 (UTC) Received: (qmail 31507 invoked by uid 500); 30 Apr 2015 04:04:07 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 31396 invoked by uid 500); 30 Apr 2015 04:04:07 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 30913 invoked by uid 99); 30 Apr 2015 04:04:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 04:04:06 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.191.145.13 which is an MX secondary for users@camel.apache.org) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 04:04:00 +0000 Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id AFD1121627 for ; Thu, 30 Apr 2015 04:03:40 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id 425F91C92145 for ; Wed, 29 Apr 2015 21:04:23 -0700 (PDT) Date: Wed, 29 Apr 2015 21:03:40 -0700 (MST) From: Scarpacci To: users@camel.apache.org Message-ID: <1430366620291-5766529.post@n5.nabble.com> In-Reply-To: References: <1430192820971-5766411.post@n5.nabble.com> <1430227402940-5766427.post@n5.nabble.com> Subject: Re: TypeConversion Error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.