Hi Are you sure there is data in the database. You can set DEBUG logging on org.apache.camel.component.jpa to see what happens.
On Fri, Jul 4, 2014 at 2:32 PM, chanducompute <[email protected]> wrote: > Hi Claus, > > Thank you very much for the suggestion. As you suggested, I have modified > the route as below > > from( > "jpa:com.test.persistence.entity.ParameterMappings?consumer.namedQuery=chandra&consumer.delay=5000") > .log("${body}"); > > > I am now not getting any exception, but the scheduler is not getting invoked > and also the results are not getting printed. I am not seeing anything in > the logs > > What could be the reason? > > > Regards, > Chandu. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-JPA-endpoint-consumer-problem-tp5753332p5753356.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
