Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 398906FB0 for ; Tue, 24 May 2011 21:51:31 +0000 (UTC) Received: (qmail 37785 invoked by uid 500); 24 May 2011 21:51:31 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 37730 invoked by uid 500); 24 May 2011 21:51:31 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 37722 invoked by uid 99); 24 May 2011 21:51:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 May 2011 21:51:31 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 May 2011 21:51:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 02002DC521 for ; Tue, 24 May 2011 21:50:48 +0000 (UTC) Date: Tue, 24 May 2011 21:50:48 +0000 (UTC) From: "Ben O'Day (JIRA)" To: dev@camel.apache.org Message-ID: <1086253190.40724.1306273848004.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <512071829.39781.1306258907526.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CAMEL-4011) type converters should return NULL for Double.NaN values instead of 0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CAMEL-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben O'Day updated CAMEL-4011: ----------------------------- Attachment: (was: CAMEL-4011.patch) > type converters should return NULL for Double.NaN values instead of 0 > --------------------------------------------------------------------- > > Key: CAMEL-4011 > URL: https://issues.apache.org/jira/browse/CAMEL-4011 > Project: Camel > Issue Type: Bug > Components: camel-core > Reporter: Ben O'Day > Assignee: Ben O'Day > Priority: Trivial > Labels: converter, types > Fix For: 2.8.0 > > Attachments: CAMEL-4011.patch > > > see this discussion...http://camel.465427.n5.nabble.com/XPath-for-an-Integer-td4422095.html > Update the ObjectConverter.toXXX() methods to check for Double.NaN and return NULL instead of relying on Number.intValue() -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira