You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Arno Noordover (JIRA)" <ji...@apache.org> on 2014/12/27 22:20:14 UTC

[jira] [Comment Edited] (CAMEL-4725) camel-sql - Add support for Callable statements

    [ https://issues.apache.org/jira/browse/CAMEL-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253729#comment-14253729 ] 

Arno Noordover edited comment on CAMEL-4725 at 12/27/14 9:19 PM:
-----------------------------------------------------------------

Does anybody have an idea how to implement this?
When I compare it with the donkey-esb you need multiple parts:
# the object containing the data to be used in calling the stored procedure;
# a template call with bind-variables;
# mapping between bind-variables and the object which should contain some kind of EL.

What part can be skipped?
How can we map between object and variable in stored-proc?
Is it -readable- maintainable when you need to call a complex stored-proc and need to build a complex route using the camel facilities?


was (Author: anoordover):
Does anybody have an idea how to implement this?
When I compare it with the donkey-esb you need multiple parts:
# the object containing the data to be used in calling the stored procedure;
# a template call with bind-variables;
# mapping between bind-variables and the object which should contain some kind of EL.

What part can be skipped?
How can we map between object and variable in stored-proc?
Is it readable when you need to call a complex stored-proc?

> camel-sql - Add support for Callable statements
> -----------------------------------------------
>
>                 Key: CAMEL-4725
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4725
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-sql
>    Affects Versions: 2.8.3
>            Reporter: Christian Müller
>             Fix For: Future
>
>
> See [Nabble|http://camel.465427.n5.nabble.com/call-Oracle-Package-procedure-td5032133.html] for details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)