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 5C81D10A98 for ; Tue, 5 Nov 2013 20:32:10 +0000 (UTC) Received: (qmail 77216 invoked by uid 500); 5 Nov 2013 20:32:09 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 77187 invoked by uid 500); 5 Nov 2013 20:32:09 -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 77179 invoked by uid 99); 5 Nov 2013 20:32:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Nov 2013 20:32:09 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.mueller@gmail.com designates 74.125.82.182 as permitted sender) Received: from [74.125.82.182] (HELO mail-we0-f182.google.com) (74.125.82.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Nov 2013 20:32:06 +0000 Received: by mail-we0-f182.google.com with SMTP id t61so4096222wes.27 for ; Tue, 05 Nov 2013 12:31:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=IftP6BbK7DqlsCOmk9xQ7NSfgP7o7sTQCvyG/jd5yNg=; b=wGjc5czIRFmO3/hGi9n+e0dk1QV2njqq7RRmIrSv9gUIBcKzQw+yeAm6d9SvFYCIMF dWcK14nMuSr2/OOqoELzyJEnZ5dgOa0acsXTnsRjLg8QSw8MTvs6XwE3iJ/JVVcGLCG2 hIPwrYKfJyublxaPcKDhSmbL1rY9tXohiFN4QQeg2e2Qm9UaouBf2GrUcvh41bEl1qcL wAc/tG9xK+YwzOayuMrPkw6oJxWrcwv/KQ0QNx4zG+UQC1lrapJEIWuI6CWdc7/X0QzX L8W0YVqrgl8wKxdj4mcrep/NzBX+kp4oGUkYJcytxMcY2ojUvvplfZFIM3gNthTNzKIM yOxQ== MIME-Version: 1.0 X-Received: by 10.180.72.238 with SMTP id g14mr18285270wiv.17.1383683504693; Tue, 05 Nov 2013 12:31:44 -0800 (PST) Received: by 10.216.5.74 with HTTP; Tue, 5 Nov 2013 12:31:44 -0800 (PST) In-Reply-To: <1383607454178-5742615.post@n5.nabble.com> References: <1383607454178-5742615.post@n5.nabble.com> Date: Tue, 5 Nov 2013 21:31:44 +0100 Message-ID: Subject: Re: jibx dataformat does not support setting bindingname From: =?ISO-8859-1?Q?Christian_M=FCller?= To: users@camel.apache.org Content-Type: multipart/alternative; boundary=f46d043d6737c769ef04ea73eb68 X-Virus-Checked: Checked by ClamAV on apache.org --f46d043d6737c769ef04ea73eb68 Content-Type: text/plain; charset=ISO-8859-1 I'm afraid this is not supported yet. But it looks easy, as you already mentioned, and could be added easily. Do you consider to provide a patch [1]? [1] http://camel.apache.org/contributing.html Best, Christian ----------------- Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Tue, Nov 5, 2013 at 12:24 AM, netminkey wrote: > The JiBX dataformat does not seem to allow setting the binding name on the > marshaller/unmarshaller. Normally, you'd have the option of calling > BindingDirectory.getFactory(bindingName, class), but this doesn't seem to > be > available in marshal().jibx(). > > Is there another way to do this? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/jibx-dataformat-does-not-support-setting-bindingname-tp5742615.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --f46d043d6737c769ef04ea73eb68--