Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 076B51730D for ; Sat, 11 Apr 2015 01:51:16 +0000 (UTC) Received: (qmail 72882 invoked by uid 500); 11 Apr 2015 01:51:15 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 72824 invoked by uid 500); 11 Apr 2015 01:51:15 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 72813 invoked by uid 99); 11 Apr 2015 01:51:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2015 01:51:15 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of yarlagadda54@gmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2015 01:51:09 +0000 Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id BA2871A81B8F for ; Fri, 10 Apr 2015 18:50:48 -0700 (PDT) Date: Fri, 10 Apr 2015 18:50:19 -0700 (MST) From: chaituu To: users@camel.apache.org Message-ID: <1428717019313-5765615.post@n5.nabble.com> Subject: print the list of map objects in Spring DSL log MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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. //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.