how to print the list of map objects in Spring DSL log.

in java i am able to print the value .

 
LOGGER.info("Employee:"+((Employee)csvList.get(0).get(Employee.class.getName())).getEmployeeId());//
in Java the value is coming.
        
         <log message="....${body.get(0).get(xx.xxx.xxx.Employee)}"/>//Spring 
DSL
object is coming as null.



--
View this message in context: 
http://camel.465427.n5.nabble.com/print-the-list-of-map-objects-in-Spring-DSL-log-tp5765615.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to