Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 7010 invoked from network); 16 Sep 2008 04:47:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 04:47:13 -0000 Received: (qmail 93234 invoked by uid 500); 16 Sep 2008 04:47:10 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 93217 invoked by uid 500); 16 Sep 2008 04:47:10 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 93205 invoked by uid 99); 16 Sep 2008 04:47:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 21:47:10 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 04:46:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E64B234C1D6 for ; Mon, 15 Sep 2008 21:46:52 -0700 (PDT) Message-ID: <1726392885.1221540412647.JavaMail.jira@brutus> Date: Mon, 15 Sep 2008 21:46:52 -0700 (PDT) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-902) The should throw the exception if there is some thing wrong with type attribute In-Reply-To: <533086043.1221462412636.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-902. -------------------------------- Resolution: Fixed > The should throw the exception if there is some thing wrong with type attribute > ----------------------------------------------------------------------------------------------- > > Key: CAMEL-902 > URL: https://issues.apache.org/activemq/browse/CAMEL-902 > Project: Apache Camel > Issue Type: Bug > Components: camel-core > Affects Versions: 1.3.0, 1.4.0 > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 1.5.0 > > > If you specify an invalided class name in the convertBodyTo@type, you will get a NPE error, but no detail log information for the type attribute. > We need to throw the exception for user to locate the error. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.