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 65B679C63 for ; Mon, 19 Mar 2012 08:42:08 +0000 (UTC) Received: (qmail 39018 invoked by uid 500); 19 Mar 2012 08:39:30 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 37963 invoked by uid 500); 19 Mar 2012 08:38:43 -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 37300 invoked by uid 99); 19 Mar 2012 08:38:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2012 08:38:02 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2012 08:37:56 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1S9Y5u-0003kP-U6 for users@camel.apache.org; Mon, 19 Mar 2012 01:37:34 -0700 Date: Mon, 19 Mar 2012 01:37:34 -0700 (PDT) From: Babak Vahdat To: users@camel.apache.org Message-ID: <1332146254924-5576409.post@n5.nabble.com> In-Reply-To: References: <1332109566055-5575757.post@n5.nabble.com> Subject: Re: org.apache.camel.RuntimeCamelException: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages: [org.drools.camel.component] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi I assume Hadrian could give us a hint here... The TypeConverter file located at: https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/drools-camel/src/main/resources/META-INF/services/org/apache/camel/TypeConverter claims that there're should be at least a Class with one Method annotated with the Camel @Converter annotation, however looking at: https://github.com/droolsjbpm/droolsjbpm-integration/tree/master/drools-camel/src/main/java/org/drools/camel/component I couldn't find any such Class. So maybe in worst case removing that TypeConverter file by yourself inside JAR could help. @Hadrian I see your *bold* comment (https://issues.jboss.org/browse/JBRULES-2347) about your commit for the TypeConverter file here with the content: There is a META-INF directory that uses the camel structure: org.apache.camel.. That has to stay the way it is, because of conventions camel makes. The classes however can be in any package (now org.drools.camel.). Could you maybe give us a hint about this. Am I missing something? Babak -- View this message in context: http://camel.465427.n5.nabble.com/org-apache-camel-RuntimeCamelException-org-apache-camel-TypeConverterLoaderException-Failed-to-load--tp5575757p5576409.html Sent from the Camel - Users mailing list archive at Nabble.com.