Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 1216 invoked from network); 18 Dec 2007 14:17:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2007 14:17:58 -0000 Received: (qmail 83101 invoked by uid 500); 18 Dec 2007 14:17:47 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 83081 invoked by uid 500); 18 Dec 2007 14:17:47 -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 83072 invoked by uid 99); 18 Dec 2007 14:17:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2007 06:17:47 -0800 X-ASF-Spam-Status: No, hits=-99.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2007 14:17:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0A0E714278 for ; Tue, 18 Dec 2007 06:17:26 -0800 (PST) Message-ID: <30979595.1197987446717.JavaMail.jira@brutus> Date: Tue, 18 Dec 2007 06:17:26 -0800 (PST) From: "Aaron Crickenberger (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-268) apache-camel.jar's TypeConverter file is incorrect MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org apache-camel.jar's TypeConverter file is incorrect -------------------------------------------------- Key: CAMEL-268 URL: https://issues.apache.org/activemq/browse/CAMEL-268 Project: Apache Camel Issue Type: Bug Affects Versions: 1.2.0, 1.3.0 Reporter: Aaron Crickenberger Fix For: 1.3.0 apache-camel-1.2.jar's META-INF/services/org/apache/camel/TypeConverter file contained only "org.apache.camel.converter" The lastest apache-camel-1.3-SNAPSHOT.jar's file contains only "org.apache.camel.components.mail" Apparently, the file should contain the concatenation of all of the sub-component TypeConverter files. For more info see: http://www.nabble.com/apache-camel-1.3-SNAPSHOT.jar-TypeConverter-to14387417s22882.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.