You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Heath Kesler (JIRA)" <ji...@apache.org> on 2011/04/27 17:29:03 UTC

[jira] [Created] (CAMEL-3907) Component camel-sql needs the abiliity to process sql from the body of the exchange

Component camel-sql needs the abiliity to process sql from the body of the exchange
-----------------------------------------------------------------------------------

                 Key: CAMEL-3907
                 URL: https://issues.apache.org/jira/browse/CAMEL-3907
             Project: Camel
          Issue Type: Improvement
          Components: camel-sql
            Reporter: Heath Kesler
             Fix For: 3.0.0


camel sql should also support the ability to add the sql statements in the exchange body for processing.  This is linked via 3803.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3907) Component camel-sql needs the abiliity to process sql from the body of the exchange

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027173#comment-13027173 ] 

Christian Müller commented on CAMEL-3907:
-----------------------------------------

Today I realized, that you can not execute multiple SQL statements in one exchange with the camel sql component. This is possible with the camel jdbc component.

> Component camel-sql needs the abiliity to process sql from the body of the exchange
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3907
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3907
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-sql
>            Reporter: Heath Kesler
>             Fix For: 3.0.0
>
>
> camel sql should also support the ability to add the sql statements in the exchange body for processing.  This is linked via 3803.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3907) Component camel-sql needs the abiliity to process sql from the body of the exchange

Posted by "Heath Kesler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027348#comment-13027348 ] 

Heath Kesler commented on CAMEL-3907:
-------------------------------------

@Christian and Richard, sounds like something I can work on.

> Component camel-sql needs the abiliity to process sql from the body of the exchange
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3907
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3907
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-sql
>            Reporter: Heath Kesler
>             Fix For: 3.0.0
>
>
> camel sql should also support the ability to add the sql statements in the exchange body for processing.  This is linked via 3803.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3907) Component camel-sql needs the abiliity to process sql from the body of the exchange

Posted by "Heath Kesler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025971#comment-13025971 ] 

Heath Kesler commented on CAMEL-3907:
-------------------------------------

@Richard, I believe this is a duplicate.  I will ask Christian verify that tho.

Thanks

> Component camel-sql needs the abiliity to process sql from the body of the exchange
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3907
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3907
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-sql
>            Reporter: Heath Kesler
>             Fix For: 3.0.0
>
>
> camel sql should also support the ability to add the sql statements in the exchange body for processing.  This is linked via 3803.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3907) Component camel-sql needs the abiliity to process sql from the body of the exchange

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027398#comment-13027398 ] 

Christian Müller commented on CAMEL-3907:
-----------------------------------------

Ok Heath, go ahead. As you know, we love contributions... ;-)

> Component camel-sql needs the abiliity to process sql from the body of the exchange
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3907
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3907
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-sql
>            Reporter: Heath Kesler
>             Fix For: 3.0.0
>
>
> camel sql should also support the ability to add the sql statements in the exchange body for processing.  This is linked via 3803.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3907) Component camel-sql needs the abiliity to process sql from the body of the exchange

Posted by "Richard Kettelerij (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025928#comment-13025928 ] 

Richard Kettelerij commented on CAMEL-3907:
-------------------------------------------

Heath,

As of Camel 2.8 this is already possible through the use of the {{CamelSqlQuery}} header (see http://camel.apache.org/sql-component.html). This was implemented in CAMEL-3800. Subsequently CAMEL-3801 was closed as duplicate. This issue looks like a duplicate of CAMEL-3801.

Would the functionality developed in CAMEL-3800 satisfy your needs?

> Component camel-sql needs the abiliity to process sql from the body of the exchange
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3907
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3907
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-sql
>            Reporter: Heath Kesler
>             Fix For: 3.0.0
>
>
> camel sql should also support the ability to add the sql statements in the exchange body for processing.  This is linked via 3803.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3907) Component camel-sql needs the abiliity to process sql from the body of the exchange

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13026018#comment-13026018 ] 

Christian Müller commented on CAMEL-3907:
-----------------------------------------

It's not really a duplicate. Camel jdbc allows the user to set the statement(s) as message body which camel sql didn't support. It would be nice to provide a very easy migration path for users from the lightweight and simple camel jdbc component to the more powerful camel sql component. But sure, it's a very small change to put the statement(s) into the message header instead of the body. I'm ok with closing this issue as a duplicate...

> Component camel-sql needs the abiliity to process sql from the body of the exchange
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3907
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3907
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-sql
>            Reporter: Heath Kesler
>             Fix For: 3.0.0
>
>
> camel sql should also support the ability to add the sql statements in the exchange body for processing.  This is linked via 3803.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira