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 23AFF71AE for ; Tue, 29 Nov 2011 18:24:36 +0000 (UTC) Received: (qmail 72666 invoked by uid 500); 29 Nov 2011 18:24:35 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 72630 invoked by uid 500); 29 Nov 2011 18:24:35 -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 72622 invoked by uid 99); 29 Nov 2011 18:24:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 18:24:35 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of christian.mueller@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 18:24:28 +0000 Received: by qabg14 with SMTP id g14so3032307qab.11 for ; Tue, 29 Nov 2011 10:24:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Gi0tn0R0sroEr8FBWiCJvrO05iY5csaFVoW+7XBcibo=; b=PaC/KvmlnSHvmt1NaW1DivHdtSm8yfQCFBjfJxMp8OCF2qW6yT+crSs/StvOufXxmf 1yWC5Tl4xFAo/kkQmozJEvVeXKkSr+m1v3H7Z4iaTzzts1qbmK5LoZ3QVV0qI6UFZgOv 8cPYgXNUPg6LiyRvKEW/0gdFbubAeUf25aUZU= MIME-Version: 1.0 Received: by 10.224.220.14 with SMTP id hw14mr2567124qab.42.1322591048033; Tue, 29 Nov 2011 10:24:08 -0800 (PST) Received: by 10.224.210.131 with HTTP; Tue, 29 Nov 2011 10:24:07 -0800 (PST) In-Reply-To: <1322568562157-5032133.post@n5.nabble.com> References: <1322568562157-5032133.post@n5.nabble.com> Date: Tue, 29 Nov 2011 19:24:07 +0100 Message-ID: Subject: Re: call Oracle Package procedure From: =?ISO-8859-1?Q?Christian_M=FCller?= To: users@camel.apache.org Content-Type: multipart/alternative; boundary=20cf3071d1d499e5a704b2e3b936 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071d1d499e5a704b2e3b936 Content-Type: text/plain; charset=ISO-8859-1 Hello Vadim! Unfortunately it's not possible at the moment, but we could support it. Du you consider to open a JIRA (new feature) for it at [1]? [1] https://issues.apache.org/jira/browse/CAMEL Best, Christian On Tue, Nov 29, 2011 at 1:09 PM, VadimSPB wrote: > Hi All, > I can use camel for message transfer in Oracle? Call stored procedure in, > out parameters? > example: > RouteBuilder route = new RouteBuilder() { > @Override > public void configure() throws Exception { > from("servlet:///MessageServlet") > .setBody(constant("{ CALL > > IBS.\"Z$IMS_INTERFACE_WS\".TEST_STR(:P_STR_IN,:P_STR_OUT)}")).to("jdbc:IBSO"); > } > }; > thanks > > p.s. I am sorry for my English, I use the translator > > -- > View this message in context: > http://camel.465427.n5.nabble.com/call-Oracle-Package-procedure-tp5032133p5032133.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --20cf3071d1d499e5a704b2e3b936--