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.

Reply via email to