Hi, Thanks for reply, i did this by creating processor
LoanRequest lr = exchange.getIn().getBody(LoanRequest.class);
System.out.println("After for loop");
How i could get multiple rows from db like
List<LoanRequest> requests = exchange.getIn().getBody();
Regards
--
View this message in context:
http://camel.465427.n5.nabble.com/JPAComponent-starter-example-tp5748145p5748153.html
Sent from the Camel - Users mailing list archive at Nabble.com.
