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

Claus Ibsen commented on CAMEL-3800:
------------------------------------

Nice Richard. 

There is a checkstyle for the Camel source code. Which we try to adhere. You 
can read about it a bit here
http://camel.apache.org/building

Basically you run this maven goal + profile and it reports OK or errors. If you 
run it on the camel-sql, it reports some errors:
 mvn compile -Psourcecheck

Its a bit picky, so the orders of imports matter, which was are the errors in 
your case. Do you mind trying it out and to fix those CS errors?

> Introduce a message header to let SqlProducer update the query string in the 
> runtime
> ------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3800
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3800
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-sql
>            Reporter: Willem Jiang
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>
> Current we can only define a sql query in the SqlEndpoint URI, we need to a 
> way to change the query per exchange.
> An new camel header for this query could help use to do that.

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

Reply via email to