Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 69217 invoked from network); 7 Sep 2008 13:33:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Sep 2008 13:33:13 -0000 Received: (qmail 67490 invoked by uid 500); 7 Sep 2008 13:33:11 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 67466 invoked by uid 500); 7 Sep 2008 13:33:11 -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 67455 invoked by uid 99); 7 Sep 2008 13:33:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2008 06:33:11 -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; Sun, 07 Sep 2008 13:32:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EA366234C1B2 for ; Sun, 7 Sep 2008 06:32:52 -0700 (PDT) Message-ID: <468318457.1220794372954.JavaMail.jira@brutus> Date: Sun, 7 Sep 2008 06:32:52 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-881) camel-mina - codec options should fail if not possible to find i registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org camel-mina - codec options should fail if not possible to find i registry ------------------------------------------------------------------------- Key: CAMEL-881 URL: https://issues.apache.org/activemq/browse/CAMEL-881 Project: Apache Camel Issue Type: Bug Components: camel-mina Affects Versions: 1.4.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Priority: Minor Fix For: 1.5.0 If you configure the codec option on camel-mina and you eg make a spelling mistake camel will default to Mina default protocol if not found. We should throw an exception instead so end user knows about this and can fix his spelling mistake. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.