You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Poyan Gerami (JIRA)" <ji...@apache.org> on 2014/05/21 22:38:38 UTC

[jira] [Created] (CAMEL-7455) supporting body in sql component

Poyan Gerami created CAMEL-7455:
-----------------------------------

             Summary: supporting body in sql component
                 Key: CAMEL-7455
                 URL: https://issues.apache.org/jira/browse/CAMEL-7455
             Project: Camel
          Issue Type: New Feature
          Components: camel-sql
    Affects Versions: 2.13.0
            Reporter: Poyan Gerami
            Priority: Minor


Adding support for sending the body as one sql parameter:

Answer from Claus in mailing list:

Yeah for a single parameter, or just to refer to the body as is, or to
allow using simple expressions, we could maybe look at adding support
for that to the sql component,

so eg :#body just refers to the body itself

Or allow doing :#${body} and have a simple expression available, that
gives you a bit more power.
Though support for :#body is likely the easiest at first.



--
This message was sent by Atlassian JIRA
(v6.2#6252)