Hi

What version of Camel do you use? And have you tried with latest release?

On Mon, Jun 15, 2015 at 11:37 AM, kalber <karlheinz.al...@swslt.com> wrote:
> Hi,
>
> i simplify my select to guarantee a result and remove all sql options :
>
> @Consume(uri = "sql: select codaz, codbus, logmsg from bus.buslogger where
> loglev = 'STS_CFG'?dataSource=#dataSource.nagios")
>     public void process(Object body) {
>         System.out.println("wait");
>     }
>
> but parameter body in process method is still null.
>
>
>
>
>
> -----
> kh
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Pojo-Consumer-Annotation-tp5768168p5768249.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to