Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 66575 invoked from network); 7 Mar 2008 06:31:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 06:31:54 -0000 Received: (qmail 93727 invoked by uid 500); 7 Mar 2008 06:31:50 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 93708 invoked by uid 500); 7 Mar 2008 06:31:50 -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 93699 invoked by uid 99); 7 Mar 2008 06:31:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 22:31:50 -0800 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; Fri, 07 Mar 2008 06:31:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1439C234C08C for ; Thu, 6 Mar 2008 22:30:35 -0800 (PST) Message-ID: <82550520.1204871435066.JavaMail.jira@brutus> Date: Thu, 6 Mar 2008 22:30:35 -0800 (PST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-356) Synchronous mode should handle exceptions being thrown from MINA In-Reply-To: <1857003913.1204647095048.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-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41587#action_41587 ] Claus Ibsen commented on CAMEL-356: ----------------------------------- Everything passes now. There are a few other corners of the camel-mina component I would like to improve and polish before submitting a patch. And especially a few more unit tests is needed to cove the holes. I added the synchronous mode for the UDP protocol as well. > Synchronous mode should handle exceptions being thrown from MINA > ---------------------------------------------------------------- > > Key: CAMEL-356 > URL: https://issues.apache.org/activemq/browse/CAMEL-356 > Project: Apache Camel > Issue Type: Improvement > Components: camel-mina > Affects Versions: 1.3.0 > Reporter: Claus Ibsen > Assignee: Willem Jiang > Priority: Trivial > Fix For: 1.3.0 > > Attachments: camel_356_patch.txt > > > Camel MINA in synchronous mode (InOut exchange pattern) does not handle exception thrown from MINA. Currently MINA intercepts this and logs the exception at WARN level. > We should override the proper method in Mina and handle it so the end user can deal with it. > Also it has been raisen on the forum that it does not propogate header and other properties. This should be raised in another ticket. > In the weekend I will work on a patch for Camel to fix this problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.