Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 13006 invoked from network); 18 Jan 2011 10:42:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2011 10:42:10 -0000 Received: (qmail 71832 invoked by uid 500); 18 Jan 2011 10:42:10 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 71612 invoked by uid 500); 18 Jan 2011 10:42:08 -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 71592 invoked by uid 500); 18 Jan 2011 10:42:07 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 71585 invoked by uid 99); 18 Jan 2011 10:42:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jan 2011 10:42:07 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jan 2011 10:42:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0IAfhe0004889 for ; Tue, 18 Jan 2011 10:41:43 GMT Message-ID: <33344110.33091295347303644.JavaMail.jira@thor> Date: Tue, 18 Jan 2011 05:41:43 -0500 (EST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-3550) Fail starting Camel if AnnotationTypeConverterLoader could not load any type converters In-Reply-To: <15951172.28921295330982910.JavaMail.jira@thor> 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-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3550. -------------------------------- Resolution: Fixed trunk: 1060291. > Fail starting Camel if AnnotationTypeConverterLoader could not load any type converters > --------------------------------------------------------------------------------------- > > Key: CAMEL-3550 > URL: https://issues.apache.org/jira/browse/CAMEL-3550 > Project: Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 2.5.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.6.0 > > > When using Camel the type converters is loaded on the classpath using {{AnnotationTypeConverterLoader}}. We should let it thrown an exception if it could not find any type converters as it would cause Camel to startup with a very few type converter. This causes problems for end users when the cannot easily convert from XML-String, File-String etc. > This can happen in runtimes such as OSGi, JBoss, or other containers where classloading can play tricks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.